Skip to content

Commit

Permalink
Added back and included in coverage notebooks testing
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoTrizio committed May 24, 2023
1 parent c27742f commit c87cf57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ 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
cat ./coverage.xml
- name: CodeCov
Expand Down

0 comments on commit c87cf57

Please sign in to comment.