Mercurial > p > roundup > code
changeset 7171:4e3abaa16296
add duration reporting for python2 as well.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 25 Feb 2023 18:05:05 -0500 |
| parents | 2acea75cd7e5 |
| children | e16b7d47fdb2 |
| files | .github/workflows/ci-test.yml |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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
