You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is improper, tests should be under the same directory as source so that testing frameworks can properly generate code coverage. While the tests are at a higher level, it's improper and inefficient as we might not care about every package. I've had to reconfigure my code coverage settings every single time I change a build setting and it's driving me nuts, it's including too much potentially!
I'm going on strike and refusing to do any useful work until this is fixed, I honestly might quit if we don't prioritize this.
The text was updated successfully, but these errors were encountered:
Brian S pointed out this horrendous flaw:
Main test is under: https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpriseEdition/blob/uinverse/src/test/java/FizzBuzzTest.java
Main source is under: https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpriseEdition/blob/uinverse/src/main/java/com/seriouscompany/business/java/fizzbuzz/packagenamingpackage/impl/Main.java
This is improper, tests should be under the same directory as source so that testing frameworks can properly generate code coverage. While the tests are at a higher level, it's improper and inefficient as we might not care about every package. I've had to reconfigure my code coverage settings every single time I change a build setting and it's driving me nuts, it's including too much potentially!
I'm going on strike and refusing to do any useful work until this is fixed, I honestly might quit if we don't prioritize this.
The text was updated successfully, but these errors were encountered: