# HG changeset patch # User John Rouillard # Date 1677366305 18000 # Node ID 4e3abaa16296c8fad88a7027e53be2706d4fc373 # Parent 2acea75cd7e533d5b8b27065bf19be9dc87b6dba add duration reporting for python2 as well. diff -r 2acea75cd7e5 -r 4e3abaa16296 .github/workflows/ci-test.yml --- a/.github/workflows/ci-test.yml Sat Feb 25 17:14:18 2023 -0500 +++ b/.github/workflows/ci-test.yml Sat Feb 25 18:05:05 2023 -0500 @@ -219,7 +219,7 @@ fi else # python2 case - pytest -v -r a test/ --cov=roundup + pytest -v -r a --durations=20 test/ --cov=roundup fi - name: Upload coverage to Codecov