Fork me on GitHub
#clojure-europe
<
2021-09-21
>
dharrigan06:09:17

Good Morning!

reefersleep06:09:46

Good morning 🙂

djm06:09:43

đź‘‹

slipset07:09:06

Did a curious thing this morning. Optimized some code, all tests were green. But how do I know that my code is under test-coverage? I did a manual https://github.com/jstepien/mutant and changed my code to be obviously wrong and sent it to CI. Tests failed, reverted the last commit, and somewhat more confident. Bonus. My reviewers see the commit that was obviously wrong (a long with the test failures) so they also have some more confidence.

🧟 4
javahippie08:09:19

That’s very nice! So you’d recommend auto-revert on failed builds? I am always afraid, that this will create situations where somebody also committed in the meantime, and then everything is a conflicting mess

slipset08:09:21

Not necessarily auto-revert,

javahippie08:09:45

Ah, I misread that