From 4bb8fb9441b200903a18077f603bd0d762a395cb Mon Sep 17 00:00:00 2001 From: Patrick Kanzler <4189642+patkan@users.noreply.github.com> Date: Mon, 14 Aug 2023 04:00:52 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9c52656..8bbdf68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ profile = "black" [tool.pytest.ini_options] minversion = "6.0" -addopts = "--doctest-modules" +addopts = "--doctest-modules --cov escpos --cov-report=xml" testpaths = [ "test", "src",