Skip to content

Commit

Permalink
fix wf
Browse files Browse the repository at this point in the history
  • Loading branch information
trichter committed Jun 20, 2024
1 parent 577dc93 commit 9b018e4
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 @@ -48,7 +48,7 @@ jobs:
- name: run test suite
run: |
mkdir empty; cd empty
pytest ../anchorna/tests/test_anchrona.py --cov anchorna --cov-report=xml:$PWD/coverage.xml
pytest ../anchorna/anchorna/tests --cov anchorna --cov-report=xml:$PWD/coverage.xml
- name: upload coverage
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 9b018e4

Please sign in to comment.