Skip to content

Commit

Permalink
pytest ./src -s --cov=./src --cov-report=xml src/
Browse files Browse the repository at this point in the history
  • Loading branch information
cudmore committed Dec 30, 2024
1 parent 3435aa8 commit 05f57f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# pytest --cov=./tests --cov-report=xml --ignore=tests/test_gen_example_notebook.py
# need to specify tests/ folder because now we have a
# MapManagerCore folder which has its own tests/
pytest ./src -s --cov=./tests --cov-report=xml tests/
pytest ./src -s --cov=./src --cov-report=xml src/
# pytest tests/interface/test_app_tmp.py
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit 05f57f0

Please sign in to comment.