Skip to content

Commit 509f66b

Browse files
Bump codecov/codecov-action from 1.5.0 to 2.1.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.5.0 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@v1.5.0...v2.1.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d856bec commit 509f66b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
coverage report -m
4040
coverage xml
4141
- name: Codecov
42-
uses: codecov/codecov-action@v1.5.0
42+
uses: codecov/codecov-action@v2.1.0
4343
with:
4444
token: ${{ secrets.CODECOV_TOKEN }}
4545
env_vars: OS,PYTHON

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
coverage report -m
4545
coverage xml
4646
- name: Codecov
47-
uses: codecov/codecov-action@v1.5.0
47+
uses: codecov/codecov-action@v2.1.0
4848
with:
4949
token: ${{ secrets.CODECOV_TOKEN }}
5050
env_vars: OS,PYTHON

0 commit comments

Comments
 (0)