Skip to content

Commit ce40cee

Browse files
committed
chore: don't fail the build immediately if the defined code coverage rules are not met
1 parent 5d3670f commit ce40cee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@ limitations under the License.]]>
420420
<artifactId>jacoco-maven-plugin</artifactId>
421421
<version>${jacoco-maven-plugin.version}</version>
422422
<configuration>
423+
<haltOnFailure>false</haltOnFailure>
423424
<excludes>
424425
<exclude>io/github/guacsec/trustifyda/api/*</exclude>
425426
<exclude>io/github/guacsec/trustifyda/api/serialization/*</exclude>

0 commit comments

Comments
 (0)