Once coverage is close to 100%, add configuration to JaCoCo to enforce that unit test coverage and integration test coverage is at a minimum threshold.
These checks should be independent, i.e. unit tests alone must have a certain coverage level, and integration tests alone must also have a certain coverage level.
Once coverage is close to 100%, add configuration to JaCoCo to enforce that unit test coverage and integration test coverage is at a minimum threshold.
These checks should be independent, i.e. unit tests alone must have a certain coverage level, and integration tests alone must also have a certain coverage level.