comparison .github/workflows/ci-test.yml @ 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 5cbe5f2a636b
children b036e4c8df4d
comparison
equal deleted inserted replaced
7170:2acea75cd7e5 7171:4e3abaa16296
217 # coverage before 3.6 doesn't support lcov output 217 # coverage before 3.6 doesn't support lcov output
218 coverage lcov 218 coverage lcov
219 fi 219 fi
220 else 220 else
221 # python2 case 221 # python2 case
222 pytest -v -r a test/ --cov=roundup 222 pytest -v -r a --durations=20 test/ --cov=roundup
223 fi 223 fi
224 224
225 - name: Upload coverage to Codecov 225 - name: Upload coverage to Codecov
226 # see: https://github.com/codecov/codecov-action#usage 226 # see: https://github.com/codecov/codecov-action#usage
227 uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3.1.1 227 uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3.1.1

Roundup Issue Tracker: http://roundup-tracker.org/