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 9f56056 commit 9ca5eceCopy full SHA for 9ca5ece
.github/workflows/ci.yaml
@@ -54,20 +54,13 @@ jobs:
54
if: matrix.symfony-versions
55
56
- name: Run PHPUnit tests
57
- run: XDEBUG_MODE=coverage bin/phpunit --coverage-clover=coverage.xml
+ run: bin/phpunit
58
if: false == matrix.symfony-versions
59
60
- name: Run Symfony tests
61
run: bin/phpunit --configuration phpunit_symfony.xml.dist
62
63
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
-
71
# This is a "trick", a meta task which does not change, and we can use in
72
# the protected branch rules as opposed to the tests one above which
73
# may change regularly.
0 commit comments