Skip to content

Commit

Permalink
Do not expect 100% coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Jan 29, 2024
1 parent 06f9c3b commit 4ce6157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -28,7 +28,7 @@ run-kinto: install
.PHONY: tests
test: tests
tests: install need-kinto-running
$(VENV)/bin/pytest --cov-report term-missing --cov-fail-under 100 --cov kinto_wizard
$(VENV)/bin/pytest --cov-report term-missing --cov-fail-under 95 --cov kinto_wizard

.PHONY: lint
lint: install
Expand Down

0 comments on commit 4ce6157

Please sign in to comment.