diff --git a/badges/test_coverage.svg b/badges/test_coverage.svg index 4021d28a9a6c1ee51fad68b1e05e1e4e0b5b45c0..cb3cdc0ec7e70c0e53212e791bb14cfe4c07fe2d 100644 --- a/badges/test_coverage.svg +++ b/badges/test_coverage.svg @@ -9,13 +9,13 @@ </mask> <g mask="url(#a)"> <path fill="#555" d="M0 0h63v20H0z"/> - <path fill="#e05d44" d="M63 0h36v20H63z"/> + <path fill="#fe7d37" d="M63 0h36v20H63z"/> <path fill="url(#b)" d="M0 0h99v20H0z"/> </g> <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">30%</text> - <text x="80" y="14">30%</text> + <text x="80" y="15" fill="#010101" fill-opacity=".3">41%</text> + <text x="80" y="14">41%</text> </g> </svg> diff --git a/pyproject.toml b/pyproject.toml index a9149c38999c8353e5e2657f6d3c3ae0698c44bc..fac2fa80873618c6bd2b59db941fd20d991e7fee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,4 +3,5 @@ target-version = ['py36'] [tool.coverage] -# todo +omit = + test_*.py