Everton J. Carpes
Everton J. Carpes
Maybe this can be something very simple I'm missing here, but how exactly one is supposed to close a connection? I was not able to find something like `conn.close` Looking...
In order to understand some errors, it is better to have the context that generated them (the params in a controller action, the arguments sent to a job, etc). The...
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...
To incorporate this gem as part of a CI process, the tests suite should return a non-success exit code when coverage failed. For minitest, ignoring thresholds (considering anything bellow 100%...