From 3c70acb4b541b3c89e496b37577890f26b3876a7 Mon Sep 17 00:00:00 2001
From: Andreas Ellewsen <ae@uio.no>
Date: Tue, 12 Oct 2021 12:51:27 +0200
Subject: [PATCH] Add test coverage of gregui to pipeline

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

diff --git a/Makefile b/Makefile
index 95031ef5..014748ef 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ install: $(VENV)
 .PHONY: test
 test: $(VENV)
 	$(venv) $(mypy) -p greg
-	$(venv) $(COVERAGE) run --source greg,gregsite -m $(PYTEST)
+	$(venv) $(COVERAGE) run --source greg,gregsite,gregui -m $(PYTEST)
 	$(venv) $(COVERAGE) report
 	$(venv) $(COVERAGE) xml
 
-- 
GitLab