Skip to content

Commit 135ad3d

Browse files
ci(deps): bump codecov/codecov-action from 3 to 7
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 7. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6ccb9e9 commit 135ad3d

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
@@ -76,7 +76,7 @@ jobs:
7676
pytest tests/ -v -m "not slow" --cov=dnallm --cov-report=xml --cov-report=term-missing --tb=short
7777
7878
- name: Upload coverage to Codecov
79-
uses: codecov/codecov-action@v3
79+
uses: codecov/codecov-action@v7
8080
with:
8181
file: ./coverage.xml
8282
fail_ci_if_error: false

0 commit comments

Comments
 (0)