Closed
Description
In pytest, I can add an option called --cov-fail-under that will throw an error to Linux if my test coverage isn't above some threshold. I use this to enforce a high test coverage percentage for CI (via Github Actions).
Can such an option be added to solidity-coverage? If this is currently possible to achieve in some other way, please advise.
I'm using the Hardhat plugin FWIW.
Thanks!