include pytest-cov options as pytest defaults

This commit is contained in:
dandds 2018-09-27 15:43:08 -04:00
parent 12307769d4
commit 00456152a8

View File

@ -2,3 +2,4 @@
norecursedirs = .venv .git node_modules
env =
D:FLASK_ENV=test
addopts = --cov=atst --cov-report term --cov-fail-under 90