hypothesis / hypothesis/cookiecutters

`make coverage` should run `tox --parallel`

Open
#45 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
5
Forks
1
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.