Skip to content

Commit 9ca5ece

Browse files
authored
ci: Remove codecov (#1173)
1 parent 9f56056 commit 9ca5ece

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,13 @@ jobs:
5454
if: matrix.symfony-versions
5555

5656
- name: Run PHPUnit tests
57-
run: XDEBUG_MODE=coverage bin/phpunit --coverage-clover=coverage.xml
57+
run: bin/phpunit
5858
if: false == matrix.symfony-versions
5959

6060
- name: Run Symfony tests
6161
run: bin/phpunit --configuration phpunit_symfony.xml.dist
6262
if: matrix.symfony-versions
6363

64-
- name: Run codecov
65-
uses: codecov/codecov-action@v4
66-
with:
67-
file: './coverage.xml'
68-
fail_ci_if_error: true
69-
if: false == matrix.symfony-versions
70-
7164
# This is a "trick", a meta task which does not change, and we can use in
7265
# the protected branch rules as opposed to the tests one above which
7366
# may change regularly.

0 commit comments

Comments
 (0)