diff --git a/badges/test_coverage.svg b/badges/test_coverage.svg index dfb99a19bbb554f31bc566f509dce7df5d8bb40d..9f708fe590212702a85ebf795bd860dae8fad77f 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 2b2d4718304ee410f4b8d46cbdbd6132fcb1d78c..9457f5fa12938d80b75bd29f56cb74c12afaa2fc 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/*