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 704ae43 commit 0c3e94f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@
<goal>report</goal>
</goals>
<configuration>
<!-- <includes>**/MigrateAssertionsRecipes.*</includes>-->
<excludes>**/MigrateAssertions.*</excludes>
<formats>
<format>XML</format>
</formats>
Expand Down

0 comments on commit 0c3e94f

Please sign in to comment.