mirror of https://github.com/pallets/flask.git
Adding coverage generation to tox (#2071)
* Adding coverage generation to tox * Removing test directory from coverage command * Adding back to pytest command
This commit is contained in:
parent
cb30a3b562
commit
6478d7bb99
|
@ -11,3 +11,9 @@ _mailinglist
|
|||
.tox
|
||||
.cache/
|
||||
.idea/
|
||||
|
||||
# Coverage reports
|
||||
htmlcov
|
||||
.coverage
|
||||
.coverage.*
|
||||
*,cover
|
||||
|
|
Loading…
Reference in New Issue