5

God dammit, I hate my bloody coworker sometimes. He's doing a huge refactor, and committing... which is fine, but he's clearly NEVER run the fucking test suite. I didn't write that much coverage so you could commit something that breaks the build and then fuck off to lunch.

Not only has he not run the test suite, I don't think he's run his changes AT ALL. The bloody modules don't even import the way he's written it now.

Comments
  • 3
    lock the master branch, run tests on pull requests, require passing tests + review before merge, problem solved.
  • 0
    @ItsNotMyFault I wish, sadly we're working on the same branch (which is a whole pile of crap I have no control over), and tests are run on any push to the dev branch. He just doesn't care, probably because he's still halfway through his my-work-blocking refactor.
Add Comment