Skip to content

Commit

Permalink
Revert codecov version change.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktBurger committed Apr 18, 2024
1 parent 253f24a commit 6391e28
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 @@ -26,9 +26,9 @@ jobs:
run: python --version
- name: Test for Coverage
# xvfb for graphical interface
run: xvfb-run -a pytest --cov
run: xvfb-run -a pytest --cov --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./coverage/reports/
Expand Down

0 comments on commit 6391e28

Please sign in to comment.