summaryrefslogtreecommitdiff
path: root/.github/workflows/coverage.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/coverage.yml')
-rw-r--r--.github/workflows/coverage.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index d2336e2e..b015a499 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -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