Skip to content

Commit

Permalink
ci: Remove codecov (#1173)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Feb 6, 2024
1 parent 9f56056 commit 9ca5ece
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,13 @@ jobs:
if: matrix.symfony-versions

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

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

- name: Run codecov
uses: codecov/codecov-action@v4
with:
file: './coverage.xml'
fail_ci_if_error: true
if: false == matrix.symfony-versions

# This is a "trick", a meta task which does not change, and we can use in
# the protected branch rules as opposed to the tests one above which
# may change regularly.
Expand Down

0 comments on commit 9ca5ece

Please sign in to comment.