We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc971c commit 36d9ee9Copy full SHA for 36d9ee9
.github/workflows/ci.yml
@@ -18,13 +18,12 @@ jobs:
18
version: 2.5.5
19
20
- name: Test & Coverage
21
- uses: paambaati/[email protected]
22
- env:
23
- CC_TEST_REPORTER_ID: a053ec039e0f1be4176cff6646fe1e9fe4d410a828e30d925ff7db04cb459ef6
+ uses: qltysh/qlty-action/coverage@v2
24
with:
25
- coverageCommand: ./.github/scripts/run-phpunit.sh
26
- coverageLocations: coverage.xml:clover
27
- debug: true
+ token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
+ files: coverage/clover.xml
+ command: ./.github/scripts/run-phpunit.sh
+ verbose: true
28
29
- name: Clean up GitHub workspace
30
uses: docker://ubuntu:latest
0 commit comments