Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit cd48efd

Browse files
authored
Update codecov action to handle different OS and Python versions (#1254)
codecov/codecov-action#80 (comment)
1 parent 689eba9 commit cd48efd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
run: |
4242
python -m pytest --cov=./ --cov-report=xml --durations=50 tests/
4343
- name: Upload coverage to Codecov
44-
uses: codecov/codecov-action@v1
44+
uses: codecov/codecov-action@v1.0.10
4545
with:
4646
env_vars: OS,PYTHON

0 commit comments

Comments
 (0)