Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 293 Bytes

File metadata and controls

9 lines (6 loc) · 293 Bytes

coverage-multi-module

A multi-module maven configured spring sample app that tries to use the jacoco code coverage for IT tests.

Run the IT test by doing: mvn clean verify -Pit

Currently getting zero coverage on my test with the IT test in the sessions tab. :(