You've already forked Php-Template
chore: update test configurations and ignore files for coverage reporting #7
@@ -258,8 +258,11 @@ jobs:
|
|||||||
composer run tests:unit:coverage
|
composer run tests:unit:coverage
|
||||||
|
|
||||||
- name: 📦 Publish Build Artifacts
|
- name: 📦 Publish Build Artifacts
|
||||||
|
env:
|
||||||
|
NODE_TLS_REJECT_UNAUTHORIZED: 0
|
||||||
uses: christopherhx/gitea-upload-artifact@v4
|
uses: christopherhx/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
options: --volumes-from ${{ env.JOB_CONTAINER_NAME }} -w ${{ gitea.workspace }}
|
||||||
name: junit-coverage.xml
|
name: junit-coverage.xml
|
||||||
path: tests/reports/junit.xml
|
path: tests/reports/junit.xml
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
Reference in New Issue
Block a user