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 8d71778 commit 241a67eCopy full SHA for 241a67e
.github/workflows/build.yaml
@@ -76,9 +76,4 @@ jobs:
76
run: vendor/bin/phpunit --colors=always --coverage-clover coverage.xml
77
env:
78
SYMFONY_DEPRECATIONS_HELPER: max[self]=${{matrix.max_deprecations}}
79
- - name: Test & publish code coverage
80
- if: ${{ matrix.php == '8.4' }}
81
- uses: qltysh/qlty-action/coverage@v1
82
- with:
83
- token: {{secrets.QLTY_COVERAGE_TOKEN}}
84
- files: coverage.xml
+
0 commit comments