We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 067c36d commit e9abe71Copy full SHA for e9abe71
1 file changed
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
set -e
50
source "${HOME}/conda/etc/profile.d/conda.sh"
51
conda activate bioemu
52
- coverage run --source=bioemu -m pytest tests/
+ coverage run --source=bioemu -m pytest tests/ --durations=20
53
coverage xml # produces coverage.xml file
54
coverage html # produces htmlcov directory
55
- name: Upload code coverage report
@@ -69,4 +69,4 @@ jobs:
69
env:
70
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71
PR_NUMBER: ${{ github.event.number }}
72
- 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
0 commit comments