Skip to content

Commit

Permalink
Merge branch 'trichter:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
hfmark authored May 9, 2024
2 parents 04cbb6e + 0272641 commit cd71c84
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,7 @@ jobs:
coverage run --include='*/rf/*' -m rf.tests
coverage xml -o ../coverage.xml
- name: upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # required
fail_ci_if_error: true

0 comments on commit cd71c84

Please sign in to comment.