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 efe0e12 commit ae08454Copy full SHA for ae08454
.github/workflows/ci.yml
@@ -60,7 +60,7 @@ jobs:
60
CACHE_DRIVER=array vendor/bin/phpunit --coverage-text --coverage-clover=coverage_array.xml
61
CACHE_DRIVER=file vendor/bin/phpunit --coverage-text --coverage-clover=coverage_file.xml
62
63
- - uses: codecov/codecov-action@v2.1.0
+ - uses: codecov/codecov-action@v3.1.0
64
with:
65
fail_ci_if_error: false
66
file: '*.xml'
0 commit comments