Skip to content

Conversation

everton
Copy link

@everton everton commented Nov 15, 2024

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

…ocketry#32)

The minimum coverage can be set with ENV var MINIMUM_COVERAGE (default 100%).
@everton everton mentioned this pull request Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Minitest exit value
1 participant