Skip to content

Commit

Permalink
fixup! Exclude Refaster template from code coverage analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Philzen committed Jun 12, 2024
1 parent 728a38e commit 1ba850d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,8 @@
<goal>report</goal>
</goals>
<configuration>
<includes>
<include>target/generated-sources/annotations/io/github/mboegers/openrewrite/testngtojupiter/MigrateAssertionsRecipes.java</include>
</includes>
<excludes>
<exclude>src/main/java/io/github/mboegers/openrewrite/testngtojupiter/MigrateAssertions.java</exclude>
</excludes>
<includes>**/MigrateAssertionsRecipes.java</includes>
<excludes>**/MigrateAssertions.java</excludes>
<formats>
<format>XML</format>
</formats>
Expand Down

0 comments on commit 1ba850d

Please sign in to comment.