Skip to content

Commit

Permalink
Add durations flag to coverage run on CI. (networkx#5718)
Browse files Browse the repository at this point in the history
This is the longest-running job so it'd be good to have a bit
more introspection.
  • Loading branch information
rossbar authored and MridulS committed Feb 4, 2023
1 parent acd23a5 commit 3233704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
- name: Test NetworkX
run: |
pytest --cov=networkx --runslow --doctest-modules --pyargs networkx
pytest --cov=networkx --runslow --doctest-modules --durations=20 --pyargs networkx
codecov

0 comments on commit 3233704

Please sign in to comment.