Skip to content

Commit

Permalink
update codecov action to latest verson
Browse files Browse the repository at this point in the history
  • Loading branch information
sduquemesa committed Sep 6, 2022
1 parent eff53e7 commit b68a7ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
run: python3 -m pytest thewalrus --randomly-seed=137 --cov=thewalrus --cov-report term-missing --cov-report=html:coverage_html_report --cov-report=xml:coverage.xml

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
files: ./coverage.xml
fail_ci_if_error: true

0 comments on commit b68a7ba

Please sign in to comment.