From 628db6211c5c03829e0f39d092c6618d08256920 Mon Sep 17 00:00:00 2001 From: David Hendriks <davidhendriks93@gmail.com> Date: Tue, 25 Oct 2022 23:41:33 +0100 Subject: [PATCH] updated docstring coverage --- badges/test_coverage.svg | 4 ++-- pyproject.toml | 12 +++++------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/badges/test_coverage.svg b/badges/test_coverage.svg index dfb99a19b..9f708fe59 100644 --- a/badges/test_coverage.svg +++ b/badges/test_coverage.svg @@ -15,7 +15,7 @@ <g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11"> <text x="31.5" y="15" fill="#010101" fill-opacity=".3">coverage</text> <text x="31.5" y="14">coverage</text> - <text x="80" y="15" fill="#010101" fill-opacity=".3">67%</text> - <text x="80" y="14">67%</text> + <text x="80" y="15" fill="#010101" fill-opacity=".3">60%</text> + <text x="80" y="14">60%</text> </g> </svg> diff --git a/pyproject.toml b/pyproject.toml index 2b2d47183..9457f5fa1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,10 +25,8 @@ extend-exclude = ''' max-line-length = 89 max-complexity = 18 -#[tool.coverage] -#[tool.coverage.run] -#omit =[*/.local/*, -## omit everything in /usr -#/usr/*, -## omit this single file -#utils/tirefire.py] +[tool.coverage] + +omit = + binarycpython/tests/* + */tests/* -- GitLab