Skip to content

Commit

Permalink
activating workflows v5
Browse files Browse the repository at this point in the history
  • Loading branch information
cudmore committed Jun 26, 2024
1 parent 6a55aa5 commit 7619ee7
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 @@ -44,7 +44,7 @@ jobs:
# 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
pytest -s --cov=./tests --cov-report=xml tests/interface/test_app_tmp.py
pytest tests/interface/test_app_tmp.py
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit 7619ee7

Please sign in to comment.