Skip to content

Commit 76ed6fc

Browse files
authored
Merge pull request #87 from renoki-co/dependabot/github_actions/codecov/codecov-action-2.0.3
Bump codecov/codecov-action from 2.0.2 to 2.0.3
2 parents 6460df2 + fa8a50a commit 76ed6fc

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.2
63+
- uses: codecov/codecov-action@v2.0.3
6464
with:
6565
fail_ci_if_error: false
6666
file: '*.xml'

0 commit comments

Comments
 (0)