From 7a8609f4faa2500578c4fb01656667c305ff60fd Mon Sep 17 00:00:00 2001 From: kdmukai Date: Wed, 6 Nov 2024 14:15:52 -0600 Subject: [PATCH] better attempt at unifying CI and local results --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7f1aeb5c..7f34e326 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,13 +46,13 @@ exclude_lines = [ # Omit; need a different approach to test modules with hardware dependencies omit = [ "*/__init__.py", - "*/seedsigner/hardware/*", "*/tests/*", ] skip_covered = false skip_empty = true [tool.coverage.run] +source = ["src"] branch = true [tool.pytest.ini_options]