You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently make coverage runs the unit tests for each supported version and then the coverage report all in serial. It should just be a single tox --parallel -e '...' command like make sure is to run all the unit tests in parallel and then the coverage report
The text was updated successfully, but these errors were encountered:
Currently
make coverage
runs the unit tests for each supported version and then the coverage report all in serial. It should just be a singletox --parallel -e '...'
command likemake sure
is to run all the unit tests in parallel and then the coverage reportThe text was updated successfully, but these errors were encountered: