Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
exit 1

- name: Upload coverage to Codecov
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f
uses: codecov/codecov-action@0b35c9ecc4f0529d0eb674914510c22f85b196b4
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: VectorInstitute/odyssey
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
uv run pytest -m "not integration_test" --cov odyssey --cov-report=xml tests

- name: Upload coverage to Codecov
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f
uses: codecov/codecov-action@0b35c9ecc4f0529d0eb674914510c22f85b196b4
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: VectorInstitute/odyssey
Expand Down