Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit 2dff7cb

Browse files
committed
chore: adjust coverage target
1 parent 482a644 commit 2dff7cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def cover(session):
405405
test runs (not system test runs), and then erases coverage data.
406406
"""
407407
session.install("coverage", "pytest-cov")
408-
session.run("coverage", "report", "--show-missing", "--fail-under=96")
408+
session.run("coverage", "report", "--show-missing", "--fail-under=95")
409409

410410
# Make sure there is no dead code in our test directories.
411411
session.run(

0 commit comments

Comments
 (0)