Skip to content

Commit 7e7c0cc

Browse files
PHPUnit 12 support
1 parent 93ff460 commit 7e7c0cc

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,3 @@ jobs:
4242

4343
- name: Run test suite
4444
run: vendor/bin/phpunit --fail-on-incomplete --log-junit junit.xml --coverage-clover clover.xml
45-
46-
# https://github.com/marketplace/actions/codecov
47-
- name: Send test coverage to codecov.io
48-
uses: codecov/codecov-action@v3
49-
with:
50-
files: clover.xml
51-
fail_ci_if_error: true # optional (default = false)
52-
verbose: true # optional (default = false)

0 commit comments

Comments
 (0)