From b0457d39e42612244f39d6c9e4299c7e540403be Mon Sep 17 00:00:00 2001 From: Jakub Stasiak Date: Sun, 28 Apr 2019 11:18:36 +0200 Subject: [PATCH] Calculate test coverage --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 96f587e..61ea4bf 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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