We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de08d0f commit 4d853a6Copy full SHA for 4d853a6
Makefile
@@ -19,7 +19,7 @@ clean:
19
20
## coverage - Test the project and generate an HTML coverage report
21
coverage:
22
- $(VIRTUAL_BIN)/pytest --cov=$(PROJECT_NAME) --cov-branch --cov-report=html --cov-report=term-missing --cov-fail-under=88
+ $(VIRTUAL_BIN)/pytest --cov=$(PROJECT_NAME) --cov-branch --cov-report=html --cov-report=term-missing --cov-fail-under=87
23
24
## black - Runs the Black Python formatter against the project
25
black:
0 commit comments