Skip to content

Commit 97475eb

Browse files
Build(deps): Bump codecov/codecov-action from 4 to 5 (#902)
* Build(deps): Bump codecov/codecov-action from 4 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update .github/workflows/tox.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 6a96e61 commit 97475eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,8 @@ jobs:
152152
run: tox c
153153
- name: Run tox
154154
run: tox -v --exit-and-dump-after 1200
155-
- uses: codecov/codecov-action@v4
155+
- uses: codecov/codecov-action@v5
156156
with:
157-
file: coverage.xml
158157
token: ${{ secrets.CODECOV_TOKEN }}
159158
if: ${{ always() }}
160159

0 commit comments

Comments
 (0)