Skip to content

Commit

Permalink
Update codecov action to handle different OS and Python versions (dml…
Browse files Browse the repository at this point in the history
  • Loading branch information
leezu committed Jul 8, 2020
1 parent 689eba9 commit cd48efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
run: |
python -m pytest --cov=./ --cov-report=xml --durations=50 tests/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v1.0.10
with:
env_vars: OS,PYTHON

0 comments on commit cd48efd

Please sign in to comment.