Skip to content

Commit 28bc66d

Browse files
authored
Merge pull request #109 from VectorInstitute/dependabot/github_actions/codecov/codecov-action-5.4.3
Bump codecov/codecov-action from 5.4.2 to 5.4.3
2 parents f313acd + 5d5ca41 commit 28bc66d

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

0 commit comments

Comments
 (0)