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@d4d413da82b94e3750598426bdc52f2d35f0ed8c
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@d4d413da82b94e3750598426bdc52f2d35f0ed8c
with:
name: ${{ matrix.python-version }}-${{ matrix.os }}
if: always()