Skip to content

Commit 2725937

Browse files
committed
Do not halt on test coverage
Signed-off-by: Marvin Froeder <marvin@datasqrl.com>
1 parent b85401a commit 2725937

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.mvn/extensions.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
12
<!--
23
34
Copyright © 2024 DataSQRL (contact@datasqrl.com)
@@ -15,10 +16,11 @@
1516
limitations under the License.
1617
1718
-->
18-
<extensions>
19+
<extensions xmlns="http://maven.apache.org/EXTENSIONS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20+
xsi:schemaLocation="http://maven.apache.org/EXTENSIONS/1.0.0 http://maven.apache.org/xsd/core-extensions-1.0.0.xsd">
1921
<extension>
2022
<groupId>com.marvinformatics.jacoco</groupId>
2123
<artifactId>easy-jacoco-maven-plugin</artifactId>
22-
<version>0.1.1</version>
24+
<version>0.1.3</version>
2325
</extension>
2426
</extensions>

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
<plugin>
289289
<groupId>com.marvinformatics.jacoco</groupId>
290290
<artifactId>easy-jacoco-maven-plugin</artifactId>
291-
<version>0.1.1</version>
291+
<version>0.1.3</version>
292292
<configuration>
293293
<projectRules>
294294
<rule>
@@ -301,7 +301,6 @@
301301
</limits>
302302
</rule>
303303
</projectRules>
304-
<haltOnFailure>true</haltOnFailure>
305304
<projectExtraProperties>
306305
<license.skip>true</license.skip>
307306
</projectExtraProperties>

0 commit comments

Comments
 (0)