Skip to content

Commit

Permalink
chore: removed SwitcherConfig from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
petruki committed Jun 15, 2024
1 parent 1846bf2 commit a8cd3f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@
<sonar.language>java</sonar.language>
<sonar.coverage.exclusions>
**/model/**/*.java,
**/config/SwitcherFeatures.java
**/config/SwitcherFeatures.java,
**/config/SwitcherConfig.java,
</sonar.coverage.exclusions>
</properties>

Expand Down

0 comments on commit a8cd3f9

Please sign in to comment.