Skip to content

Commit

Permalink
try to fix windows coverage upload
Browse files Browse the repository at this point in the history
  • Loading branch information
trichter committed Jun 25, 2024
1 parent 7e03a28 commit 16b2db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: run test suite
run: |
mkdir empty; cd empty
pytest ../anchorna/tests --cov anchorna --cov-report=xml:$PWD/coverage.xml ${{ env.test_options }}
pytest ../anchorna/tests --cov anchorna --cov-report=xml:../coverage.xml ${{ env.test_options }}
- name: upload coverage
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 16b2db6

Please sign in to comment.