From 4e92d77ae1973e892712daac85392efbef9b3591 Mon Sep 17 00:00:00 2001 From: Ross Barnowski Date: Thu, 9 Jun 2022 19:54:30 +0300 Subject: 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. --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.1