Skip to content

Commit 4608914

Browse files
Bump codecov/codecov-action from 3.0.0 to 3.1.0 (#16)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.0.0 to 3.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@v3.0.0...v3.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 57e93ee commit 4608914

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
python -m pytest
5959
6060
- name: Upload code coverage to Codecov
61-
uses: codecov/codecov-action@v3.0.0
61+
uses: codecov/codecov-action@v3.1.0
6262
with:
6363
file: ./coverage.xml
6464
flags: unittests

0 commit comments

Comments
 (0)