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.
2 parents f036eba + d487c35 commit cc7c910Copy full SHA for cc7c910
.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.0.3
+ - uses: codecov/codecov-action@v2.1.0
64
with:
65
fail_ci_if_error: false
66
file: '*.xml'
0 commit comments