Skip to content
Closed
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/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
python -m coverage xml -i
if: always()

- uses: codecov/codecov-action@1fc7722ded4708880a5aea49f2bfafb9336f0c8d
- uses: codecov/codecov-action@51d810878be5422784e86451c0e7c14e5860ec47
with:
name: ${{ matrix.python-version }}-${{ matrix.os }}
if: always()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
python -m coverage xml -i
if: always()

- uses: codecov/codecov-action@1fc7722ded4708880a5aea49f2bfafb9336f0c8d
- uses: codecov/codecov-action@51d810878be5422784e86451c0e7c14e5860ec47
with:
name: ${{ matrix.python-version }}-${{ matrix.os }}
if: always()