summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRoss Barnowski <rossbar@berkeley.edu>2022-06-09 19:54:30 +0300
committerGitHub <noreply@github.com>2022-06-09 12:54:30 -0400
commit4e92d77ae1973e892712daac85392efbef9b3591 (patch)
tree16cde6416583350819cbdc4100bf5d0b6e6e5419 /.github
parent11f338b8cd55fedd4e884daa0de1f333f0a78c4b (diff)
downloadnetworkx-4e92d77ae1973e892712daac85392efbef9b3591.tar.gz
Add durations flag to coverage run on CI. (#5718)
This is the longest-running job so it'd be good to have a bit more introspection.
Diffstat (limited to '.github')
-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