Skip to content

Commit 241a67e

Browse files
committed
remove coverage for now
1 parent 8d71778 commit 241a67e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,4 @@ jobs:
7676
run: vendor/bin/phpunit --colors=always --coverage-clover coverage.xml
7777
env:
7878
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
79+

0 commit comments

Comments
 (0)