Skip to content

Commit

Permalink
fix wf test
Browse files Browse the repository at this point in the history
  • Loading branch information
trichter committed Jun 20, 2024
1 parent b23029e commit 9ed1903
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
pip install -v --no-deps .
- name: run test suite
run: |
pytest --cov anchorna --cov-report=xml:$PWD/coverage.xml
mkdir empty; cd empty
pytest ../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 9ed1903

Please sign in to comment.