Skip to content

Commit

Permalink
Added verbosity to notebooks testing
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoTrizio committed May 24, 2023
1 parent c87cf57 commit 1cff364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
shell: bash -l {0}
run: |
pytest -v --cov=mlcolvar --cov-report=xml --color=yes mlcolvar/tests/
pytest --nbmake docs/notebooks/ --ignore=docs/notebooks/tutorials/data/ --cov=mlcolvar --cov-append --cov-report=xml --color=yes
pytest -v --nbmake docs/notebooks/ --ignore=docs/notebooks/tutorials/data/ --cov=mlcolvar --cov-append --cov-report=xml --color=yes
cat ./coverage.xml
Expand Down

0 comments on commit 1cff364

Please sign in to comment.