Skip to content

Commit 66e6fc9

Browse files
authored
Merge pull request #133 from VectorInstitute/dependabot/github_actions/codecov/codecov-action-5.5.0
Bump codecov/codecov-action from 5.4.3 to 5.5.0
2 parents 53c58ea + 296166a commit 66e6fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
uv run pytest tests/test_imports.py
7373
7474
- name: Upload coverage to Codecov
75-
uses: codecov/codecov-action@v5.4.3
75+
uses: codecov/codecov-action@v5.5.0
7676
with:
7777
token: ${{ secrets.CODECOV_TOKEN }}
7878
file: ./coverage.xml

0 commit comments

Comments
 (0)