Skip to content
Snippets Groups Projects
Commit 47624225 authored by Andreas Ellewsen's avatar Andreas Ellewsen
Browse files

Merge branch 'add-readme-badges' into 'master'

Add pipeline and coverage badges to README

See merge request !42
parents 7d8a7d50 2ad69e3f
No related branches found
No related tags found
1 merge request!42Add pipeline and coverage badges to README
Pipeline #91935 passed
......@@ -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
......
# 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment