We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13095c0 commit 9807ec7Copy full SHA for 9807ec7
sdk-tests/pom.xml
@@ -35,7 +35,7 @@
35
<testcontainers-test.version>1.20.0</testcontainers-test.version>
36
37
<!-- The JaCoCo plugin was expecting coverage for this module, but since it's a test module
38
- and code coverage typically doesn't apply to tests, I set the coverage to 0. -->
+ and code coverage typically doesn't apply to tests, the coverage is set to 0. -->
39
<jacoco-maven-plugin.coverage-ratio>0%</jacoco-maven-plugin.coverage-ratio>
40
<junit-platform.version>1.11.4</junit-platform.version>
41
</properties>
0 commit comments