Skip to content

Commit 096fba2

Browse files
authored
Update workflow.yml
1 parent b8570b6 commit 096fba2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,12 @@ jobs:
3131
- name: Run Tests
3232
run: |
3333
php vendor/bin/phpunit --coverage-clover coverage.xml --configuration phpunit.xml tests
34-
34+
35+
- uses: qltysh/qlty-action/coverage@v2
36+
with:
37+
token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
38+
files: ./coverage.xml
39+
3540
- name: Upload test results to Codecov
3641
if: ${{ !cancelled() }}
3742
uses: codecov/test-results-action@v1

0 commit comments

Comments
 (0)