Skip to content

Commit 14a0d41

Browse files
authored
Merge pull request #93 from VectorInstitute/dependabot/github_actions/codecov/codecov-action-5.4.2
Bump codecov/codecov-action from 5.4.0 to 5.4.2
2 parents 05221b2 + 2b4a491 commit 14a0d41

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.0
75+
uses: codecov/codecov-action@v5.4.2
7676
with:
7777
token: ${{ secrets.CODECOV_TOKEN }}
7878
file: ./coverage.xml

0 commit comments

Comments
 (0)