Skip to content

Commit

Permalink
ci: change CWD of unittest run
Browse files Browse the repository at this point in the history
  • Loading branch information
rmnldwg committed Mar 4, 2024
1 parent c020660 commit 81dc493
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 @@ -35,7 +35,7 @@ jobs:
python3 -m pip install .[test]
- name: Run tests
run: |
coverage run --omit=tests/*,*/_*.py -m unittest discover -v -p *_test.py ./tests
coverage run --omit=tests/*,*/_*.py -m unittest discover -v -p *_test.py .
coverage xml
- name: Upload to codecov
uses: codecov/codecov-action@v3

0 comments on commit 81dc493

Please sign in to comment.