fishey2 / java-component-template

A template project for Java based projects with Spring Boot 2, Gradle, Logback and JUnit5
MIT License
7 stars 0 forks source link

Jacoco - Remove MainApplication.java from any reports #31

Open fishey2 opened 4 years ago

fishey2 commented 4 years ago

The MainApplication cannot be tested as it is a main([]) function and should therefore be excluded/removed from coverage with a note that there should be nothing in there except the main function.