Skip to content

Commit c9edff2

Browse files
Bump codecov/codecov-action from v1.0.13 to v1.0.14 (#276)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.0.13 to v1.0.14. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](codecov/codecov-action@v1.0.13...7d5dfa5) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b6eafc0 commit c9edff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
coverage run --rcfile=.coveragerc -m pytest test/test_dropbox_unit.py
2929
coverage xml
3030
- name: Publish Coverage
31-
uses: codecov/[email protected].13
31+
uses: codecov/[email protected].14
3232
with:
3333
flags: unit
3434
fail_ci_if_error: true

0 commit comments

Comments
 (0)