Skip to content

Commit 403f980

Browse files
Bump codecov/codecov-action from 1.3.2 to 3.1.3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.3.2 to 3.1.3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v1.3.2...v3.1.3) --- 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 223fe46 commit 403f980

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
coverage run --rcfile=.coveragerc -m pytest test/unit/test_dropbox_unit.py
2929
coverage xml
3030
- name: Publish Coverage
31-
uses: codecov/codecov-action@v1.3.2
31+
uses: codecov/codecov-action@v3.1.3
3232
with:
3333
flags: unit
3434
fail_ci_if_error: true
@@ -66,7 +66,7 @@ jobs:
6666
coverage run --rcfile=.coveragerc -m pytest test/integration/test_dropbox.py
6767
coverage xml
6868
- name: Publish Coverage
69-
uses: codecov/codecov-action@v1.3.2
69+
uses: codecov/codecov-action@v3.1.3
7070
with:
7171
flags: integration
7272
fail_ci_if_error: true

0 commit comments

Comments
 (0)