Skip to content

Commit 5292369

Browse files
committed
build: raise coverage floor to 100
Eval: gate-green
1 parent 1d9c6bd commit 5292369

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
pytestFlags = [
9393
"--cov=corecycler"
9494
"--cov-report=term"
95-
"--cov-fail-under=98"
95+
"--cov-fail-under=100"
9696
];
9797

9898
# Qt6 runtime needs

0 commit comments

Comments
 (0)