charkost / prosopite

:mag: Rails N+1 queries auto-detection with zero false positives / false negatives
Apache License 2.0
1.53k stars 46 forks source link

Add color output to tests #55

Closed technicalpickles closed 1 year ago

technicalpickles commented 1 year ago

Color can make it a lot easier for developers to see what is failing. This adds minitest-reporters which provides that. I've made it turn on for CI too because GitHub Actions can render color text.

charkost commented 1 year ago

Nice, Thank you @technicalpickles!