Calculate test coverage
This commit is contained in:
parent
f2311ada72
commit
b0457d39e4
|
@ -1,4 +1,4 @@
|
|||
[pytest]
|
||||
python_files = injector_test.py injector_test_py3.py
|
||||
addopts = -v --tb=native --doctest-glob=*.md --doctest-modules
|
||||
addopts = -v --tb=native --doctest-glob=*.md --doctest-modules --cov-report term --cov-report html --cov-report xml --cov=injector --cov-branch
|
||||
norecursedirs = __pycache__ *venv* .git build
|
||||
|
|
Loading…
Reference in New Issue