I wrote some code, and was able to manually test that it worked, but the automated tests were failing
after a week of trying to work on it, I have finally fixed the automated tests!
and now the manual tests are failing
I wrote some code, and was able to manually test that it worked, but the automated tests were failing
after a week of trying to work on it, I have finally fixed the automated tests!
and now the manual tests are failing
WHAT DO YOU MEAN THAT THE COVERAGE FOR STATEMENTS IS BELOW THE MINIMUM TESTABLE THRESHOLD TO ACCEPT THE COMMIT?!
*throws computer out window*
@foone I once ran into a CI system that was refusing to accept any commits because, no matter what anyone did code coverage was too low to pass.
The CI system was accidentally configured to analyze the unit tests as application code, saw that the unit tests didn't have unit tests, and was carping.