Skip to content

Commit 36d9ee9

Browse files
committed
chore: update ci to use qlty
1 parent 6fc971c commit 36d9ee9

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,12 @@ jobs:
1818
version: 2.5.5
1919

2020
- name: Test & Coverage
21-
uses: paambaati/[email protected]
22-
env:
23-
CC_TEST_REPORTER_ID: a053ec039e0f1be4176cff6646fe1e9fe4d410a828e30d925ff7db04cb459ef6
21+
uses: qltysh/qlty-action/coverage@v2
2422
with:
25-
coverageCommand: ./.github/scripts/run-phpunit.sh
26-
coverageLocations: coverage.xml:clover
27-
debug: true
23+
token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
24+
files: coverage/clover.xml
25+
command: ./.github/scripts/run-phpunit.sh
26+
verbose: true
2827

2928
- name: Clean up GitHub workspace
3029
uses: docker://ubuntu:latest

0 commit comments

Comments
 (0)