Skip to content

Commit

Permalink
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 4a485b0 commit f9366a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,12 @@
<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>
<formats>
<format>XML</format>
</formats>
Expand Down

0 comments on commit f9366a7

Please sign in to comment.