Skip to content

Commit 99ef6ed

Browse files
Bump codecov/codecov-action from 2.0.3 to 2.1.0 (#624)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.3 to 2.1.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-action@v2.0.3...v2.1.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3a64963 commit 99ef6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
python -m pytest tests -vv
110110
python -m coverage xml
111111
- name: Upload coverage
112-
uses: codecov/codecov-action@v2.0.3
112+
uses: codecov/codecov-action@v2.1.0
113113
with:
114114
token: ${{ secrets.CODECOV_TOKEN }}
115115
file: ./coverage.xml

0 commit comments

Comments
 (0)