Skip to content

Commit

Permalink
Lower coverage requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Oct 6, 2020
1 parent 0d1ca22 commit cad781e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -42,7 +42,7 @@ templates:

test:
pylama $(PACKAGE)
pytest --cov ${PACKAGE} --cov-report term-missing --cov-fail-under 90
pytest --cov ${PACKAGE} --cov-report term-missing --cov-fail-under 80

version:
@echo $(VERSION)

0 comments on commit cad781e

Please sign in to comment.