We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8570b6 commit 096fba2Copy full SHA for 096fba2
.github/workflows/workflow.yml
@@ -31,7 +31,12 @@ jobs:
31
- name: Run Tests
32
run: |
33
php vendor/bin/phpunit --coverage-clover coverage.xml --configuration phpunit.xml tests
34
-
+
35
+ - uses: qltysh/qlty-action/coverage@v2
36
+ with:
37
+ token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
38
+ files: ./coverage.xml
39
40
- name: Upload test results to Codecov
41
if: ${{ !cancelled() }}
42
uses: codecov/test-results-action@v1
0 commit comments