Skip to content

Commit

Permalink
Merge pull request #12 from European-XFEL/codecov-action-v2
Browse files Browse the repository at this point in the history
Use codecov Github action v2
  • Loading branch information
takluyver authored Mar 22, 2022
2 parents b0dc047 + 6d1e39b commit b9e7564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Test with pytest
run: |
python3 -m pytest -v --cov=pasha
python3 -m pytest -v --cov=pasha --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2

0 comments on commit b9e7564

Please sign in to comment.