Skip to content

Commit

Permalink
fix: Fix Service Module Coverage
Browse files Browse the repository at this point in the history
Due to a recent change of AspectJ Weaver, the coverage seems to be reduced automatically. This change will fix the coverage ratio switch new build context.
  • Loading branch information
boubaker authored Sep 28, 2024
1 parent 04aa3cf commit 9ce2e04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pwa-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<name>Meeds:: PWA - Service</name>

<properties>
<exo.test.coverage.ratio>0.67</exo.test.coverage.ratio>
<exo.test.coverage.ratio>0.66</exo.test.coverage.ratio>
</properties>

<dependencies>
Expand Down Expand Up @@ -61,4 +61,4 @@
<build>
<finalName>pwa-service</finalName>
</build>
</project>
</project>

0 comments on commit 9ce2e04

Please sign in to comment.