You've already forked Php-Template
chore: update test configurations and ignore files for coverage reporting #7
@@ -257,17 +257,6 @@ jobs:
|
|||||||
bin/pcov.sh
|
bin/pcov.sh
|
||||||
composer run tests:unit:coverage
|
composer run tests:unit:coverage
|
||||||
|
|
||||||
- name: Publish Test Report
|
|
||||||
uses: mikepenz/action-junit-report@v5
|
|
||||||
env:
|
|
||||||
NODE_TLS_REJECT_UNAUTHORIZED: 0
|
|
||||||
if: success() || failure() # always run even if the previous step fails
|
|
||||||
with:
|
|
||||||
include_passed: true
|
|
||||||
comment: true
|
|
||||||
skip_annotations: false
|
|
||||||
report_paths: 'tests/reports/junit.xml'
|
|
||||||
|
|
||||||
# - name: 📦 Publish Build Artifacts
|
# - name: 📦 Publish Build Artifacts
|
||||||
# env:
|
# env:
|
||||||
# NODE_TLS_REJECT_UNAUTHORIZED: 0
|
# NODE_TLS_REJECT_UNAUTHORIZED: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user