From ce66dcc26ea64de676da0e5bf739aed47336daba Mon Sep 17 00:00:00 2001
From: Florian Spreckelsen <f.spreckelsen@indiscale.com>
Date: Mon, 13 Jan 2025 15:24:17 +0100
Subject: [PATCH] MAINT: Use correct module for cov

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index d9b1354..7167ebf 100644
--- a/Makefile
+++ b/Makefile
@@ -44,5 +44,5 @@ lint:
 .PHONY: lint
 
 unittest:
-	pytest --cov=caosdb -vv ./unittests
+	pytest --cov=caoscrawler -vv ./unittests
 .PHONY: unittest
-- 
GitLab