Skip to content

Commit

Permalink
fixing badges 2
Browse files Browse the repository at this point in the history
  • Loading branch information
cudmore committed Jun 27, 2024
1 parent 7c5e32c commit 3ea2798
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
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
pytest -s --cov=./tests --cov-report=xml
# need to specify tests/ folder because now we have a
# MapManagerCore folder which has its own tests/
pytest -s --cov=./tests --cov-report=xml tests/
# pytest tests/interface/test_app_tmp.py
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit 3ea2798

Please sign in to comment.