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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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)