Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
set -e
source "${HOME}/conda/etc/profile.d/conda.sh"
conda activate bioemu
coverage run --source=bioemu -m pytest tests/
coverage run --source=bioemu -m pytest tests/ --durations=20
coverage xml # produces coverage.xml file
coverage html # produces htmlcov directory
- name: Upload code coverage report
Expand All @@ -69,4 +69,4 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_NUMBER: ${{ github.event.number }}
continue-on-error: true # workflow triggered by PRs from external forks cannot comment
continue-on-error: true # workflow triggered by PRs from external forks cannot comment
Loading