From c731f28c42d83fda1f878457ac747ea68d1f7b12 Mon Sep 17 00:00:00 2001 From: lchen-2101 <73617864+lchen-2101@users.noreply.github.com> Date: Tue, 12 Sep 2023 10:36:26 -0400 Subject: [PATCH] feat: gh action fix --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 150992c..fc88790 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,6 +47,13 @@ testpaths = [ "tests", ] +[tool.coverage.run] +relative_files = true +source = ["src"] + +[tool.coverage.report] +skip_empty = true + [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"