Skip to content

Commit 68933bd

Browse files
build(deps): bump codecov/codecov-action from 5.0.7 to 5.1.2
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.7 to 5.1.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5.0.7...v5.1.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 34c871c commit 68933bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: pytest
6161

6262
- name: Upload coverage to Codecov
63-
uses: codecov/codecov-action@v5.0.7
63+
uses: codecov/codecov-action@v5.1.2
6464
env:
6565
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6666
OS: ${{ matrix.os }}

0 commit comments

Comments
 (0)