Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit fcbbc8f

Browse files
build(deps): bump codecov/codecov-action from 5.3.0 to 5.3.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.3.0 to 5.3.1. - [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.3.0...v5.3.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6d017d3 commit fcbbc8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Generate coverage report
4343
run: pytest --cov-report=xml
4444
- name: Upload coverage to Codecov
45-
uses: codecov/[email protected].0
45+
uses: codecov/[email protected].1
4646
with:
4747
file: ./coverage.xml
4848
flags: unittests

0 commit comments

Comments
 (0)