From bc8fb96cc1b73d5b830ed347dfa3745e87b6c10f Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 1 Jan 2021 16:27:36 +0100 Subject: [PATCH] extend default pytest config --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",