diff --git a/pyproject.toml b/pyproject.toml index aa79a21..69625eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ sections = ["FUTURE", "STDLIB", "THIRDPARTY", "FIRSTPARTY", "LOCALFOLDER"] skip_glob = ["**/.env*", "**/env/*", "**/docs/*"] [tool.pytest.ini_options] -addopts = "--cov=ansibledoctor --cov-report xml:coverage.xml --cov-append --no-cov-on-fail" +addopts = "ansibledoctor --cov=ansibledoctor --cov-report=xml:coverage.xml --cov-report=term --cov-append --no-cov-on-fail" filterwarnings = [ "ignore::FutureWarning", "ignore:.*collections.*:DeprecationWarning",