Don't use python test coverage in the hopes it won't need sqlite3, which isn't there

This commit is contained in:
Sebastian Thiel
2020-04-12 15:26:32 +08:00
parent 092f8bc7bf
commit 62441f3dc0

View File

@@ -95,7 +95,7 @@ license: LICENSE.md
regen-apis: | clean-all-api clean-all-cli gen-all-api gen-all-cli license
test-gen: $(PYTHON_BIN)
$(PYTEST) --cov=src src
$(PYTEST) src
codecov-upload: $(PYTHON_BIN)
$(CODECOV)