Skip to content

Commit

Permalink
Issue #322: Temporarily disable coverage enforcement for 'keymanager-…
Browse files Browse the repository at this point in the history
…aws'

* Revert this commit as part of #327
  • Loading branch information
ALRubinger authored and jiyoontbd committed Jun 28, 2024
1 parent 00d50a7 commit 20368c2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions keymanager-aws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,26 @@
<!-- Build Configuration -->
<build>

<pluginManagement>
<plugins>

<!--
Remove this section when
https://github.com/TBD54566975/web5-kt/issues/328
is complete.
-->
<plugin>
<groupId>io.github.martinvisser</groupId>
<artifactId>kover-maven-plugin</artifactId>
<configuration>
<!-- We temporarily disable coverage enforcement until we have tests working for this module -->
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</pluginManagement>

</build>
</project>

0 comments on commit 20368c2

Please sign in to comment.