From d3b795824b5d6d1c0eda67150b45b5cd672b3f6b Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sun, 7 Jan 2024 22:56:17 +0100 Subject: [PATCH] fixed source path --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b1d23d64bd..60e4ece806 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ skip-magic-trailing-comma = true line-ending = "auto" [tool.coverage.run] -source = "InvenTree" +source = ["InvenTree", ] [tool.djlint] ignore = "D018,H006,H008,H020,H021,H023,H025,H030,H031,T002"