covered icon indicating copy to clipboard operation
covered copied to clipboard

Minitest exit with non-zero status if coverage bellow minimum

Open everton opened this issue 1 year ago • 0 comments

Fix #32

The minitest integration was exiting with success even if missing coverage. Ideally it should exit with an error status, so integration processes can be halted and failures easily detected.

I was not able to find a proper way to specify a minimum coverage, so I used the ENV var MINIMUM_COVERAGE (default 100%).

Types of Changes

  • New feature.

Contribution

everton avatar Nov 15 '24 15:11 everton