Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

Commit 9be541b

Browse files
Bump codecov/codecov-action from 2 to 3 (#463)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3. - [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...v3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f218e5e commit 9be541b

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
@@ -42,7 +42,7 @@ jobs:
4242
run: mongo test_amivapi --eval 'db.createUser({user:"test_user",pwd:"test_pw",roles:["readWrite"]});'
4343
- name: Test with tox
4444
run: tox
45-
- uses: codecov/codecov-action@v2
45+
- uses: codecov/codecov-action@v3
4646
with:
4747
token: ${{ secrets.CODECOV_TOKEN }}
4848
files: ./coverage.xml

0 commit comments

Comments
 (0)