Skip to content

Commit 4d853a6

Browse files
committed
fix: test enforcement
1 parent de08d0f commit 4d853a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ clean:
1919

2020
## coverage - Test the project and generate an HTML coverage report
2121
coverage:
22-
$(VIRTUAL_BIN)/pytest --cov=$(PROJECT_NAME) --cov-branch --cov-report=html --cov-report=term-missing --cov-fail-under=88
22+
$(VIRTUAL_BIN)/pytest --cov=$(PROJECT_NAME) --cov-branch --cov-report=html --cov-report=term-missing --cov-fail-under=87
2323

2424
## black - Runs the Black Python formatter against the project
2525
black:

0 commit comments

Comments
 (0)