Skip to content

Commit cc7c910

Browse files
authored
Merge pull request #91 from renoki-co/dependabot/github_actions/codecov/codecov-action-2.1.0
Bump codecov/codecov-action from 2.0.3 to 2.1.0
2 parents f036eba + d487c35 commit cc7c910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
CACHE_DRIVER=array vendor/bin/phpunit --coverage-text --coverage-clover=coverage_array.xml
6161
CACHE_DRIVER=file vendor/bin/phpunit --coverage-text --coverage-clover=coverage_file.xml
6262
63-
- uses: codecov/codecov-action@v2.0.3
63+
- uses: codecov/codecov-action@v2.1.0
6464
with:
6565
fail_ci_if_error: false
6666
file: '*.xml'

0 commit comments

Comments
 (0)