diff --git a/Makefile b/Makefile
index 2340e44cde0b16cd9b51797c86a870553ca96338..4ac218e935e8804b02bcfdebcc94cad72f17fd6c 100644
--- a/Makefile
+++ b/Makefile
@@ -39,6 +39,7 @@ install: $(VENV)
 test: $(VENV)
 	$(venv) $(mypy) -p greg
 	$(venv) $(COVERAGE) run --source greg,gregsite -m $(PYTEST)
+	$(venv) $(COVERAGE) report
 	$(venv) $(COVERAGE) xml
 
 .PHONY: lint
diff --git a/README.md b/README.md
index 5a0199e8fc8e95e53592b9374bf80e39cb9ee7e3..801e785daa19efaa2decbf6378d56a569ac33df6 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
 # Greg
+[![pipeline status](https://git.app.uib.no/it-bott-integrasjoner/greg/badges/master/pipeline.svg)](https://git.app.uib.no/it-bott-integrasjoner/greg/-/commits/master)
+[![coverage report](https://git.app.uib.no/it-bott-integrasjoner/greg/badges/master/coverage.svg)](https://git.app.uib.no/it-bott-integrasjoner/greg/-/commits/master)
 
 Greg (Guest REGistration) provides a core API for keeping track of guests at an institution.