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

Add test coverage of gregui to pipeline

parent a0d9c2d9
No related branches found
No related tags found
1 merge request!105Tests/add gregui
......@@ -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
......
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