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 05f57f0 commit fe7f229
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,7 @@ jobs:
- name: Test and generate coverage report
run: |
# exlude anything that requires large data (it is not included in PyPi)
# 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=./src --cov-report=xml src/
# pytest tests/interface/test_app_tmp.py
pytest ./src/pymapmanager -s --cov=./src/pymapmanager --cov-report=xml src/pymapmanager
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit fe7f229

Please sign in to comment.