Skip to content

Commit 790208d

Browse files
committed
increase the scenarii per proof when coverage enable to better cover conditions on generated types
1 parent f3cd65a commit 790208d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blackbox.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
->dumpTo('coverage.clover')
2323
->enableWhen(true),
2424
)
25-
->scenariiPerProof(1),
25+
->scenariiPerProof(50),
2626
)
2727
->tryToProve(Load::everythingIn(__DIR__.'/proofs/'))
2828
->exit();

0 commit comments

Comments
 (0)