Skip to content

Commit

Permalink
Merge pull request #1 from takluyver/codecov-action-v2
Browse files Browse the repository at this point in the history
Use codecov Github action v2
  • Loading branch information
takluyver committed Oct 17, 2021
2 parents 58407be + 921e30b commit cbd50c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
pip install . pytest pytest-cov
- name: Run tests
run: pytest --cov=astcheck
run: pytest --cov=astcheck --cov-report=xml

- name: Upload coverage to codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2

0 comments on commit cbd50c8

Please sign in to comment.