File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -98,11 +98,11 @@ jobs:
9898 ./cc-test-reporter before-build
9999
100100 - name : Run Tests
101- run : vendor/bin/phpunit --coverage-clover=clover.xml --path-coverage
101+ run : vendor/bin/phpunit --coverage-clover=coverage/clover.xml --path-coverage
102+
103+ - uses : qltysh/qlty-action/coverage@v1
104+ with :
105+ token : ${{ secrets.QLTY_COVERAGE_TOKEN }}
106+ files : coverage/clover.xml
102107
103- - name : Send coverage to Code Climate
104- if : env.CC_TEST_REPORTER_ID != ''
105- env :
106- CC_TEST_REPORTER_ID : ${{ secrets.CC_TEST_REPORTER_ID }}
107- run : ./cc-test-reporter after-build --coverage-input-type clover --exit-code 0 --prefix "$(pwd)"
108108
Original file line number Diff line number Diff line change 2020 pathCoverage =" true"
2121 >
2222 <report >
23- <clover outputFile =" clover.xml" />
23+ <clover outputFile =" coverage/ clover.xml" />
2424 </report >
2525 </coverage >
2626 <source >
You can’t perform that action at this time.
0 commit comments