Skip to content

Commit

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

0 comments on commit 99cab2e

Please sign in to comment.