Skip to content

Commit

Permalink
don't exclude sonar code coverage on UI classes
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Jul 10, 2021
1 parent 4ff61ee commit 3776d20
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@
**/*Exception.java,
**/*Activator.java
</sonar.exclusions>
<!-- TODO: reactivate coverage on UI classes, when
UI tests are back -->
<sonar.coverage.exclusions>
**/ui/**/*.java
</sonar.coverage.exclusions>
<sonar.coverage.jacoco.xmlReportPaths>
${basedir}/../../tests/org.pitest.pitclipse.tests.coverage.report/target/site/jacoco-aggregate/jacoco.xml
</sonar.coverage.jacoco.xmlReportPaths>
Expand Down

0 comments on commit 3776d20

Please sign in to comment.