Skip to content

Commit

Permalink
modifying config to allow jacoco to run on failed jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
MohabMohie committed Jun 6, 2024
1 parent b326867 commit 697f53a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,7 @@
<configuration>
<sourceEncoding>UTF-8</sourceEncoding>
<outputEncoding>UTF-8</outputEncoding>
<haltOnFailure>false</haltOnFailure>
<excludes>
<exclude>**/*Aspect</exclude>
</excludes>
Expand Down Expand Up @@ -939,6 +940,7 @@
<testng.dtd.http>true</testng.dtd.http>
<jacoco-agent.destfile>target/jacoco.exec</jacoco-agent.destfile>
</systemPropertyVariables>
<testFailureIgnore>true</testFailureIgnore>
<failIfNoSpecifiedTests>false</failIfNoSpecifiedTests>
<failIfNoTests>false</failIfNoTests>
<trimStackTrace>false</trimStackTrace>
Expand Down Expand Up @@ -993,6 +995,7 @@
<testng.dtd.http>true</testng.dtd.http>
<jacoco-agent.destfile>target/jacoco.exec</jacoco-agent.destfile>
</systemPropertyVariables>
<testFailureIgnore>true</testFailureIgnore>
<failIfNoSpecifiedTests>false</failIfNoSpecifiedTests>
<failIfNoTests>false</failIfNoTests>
<trimStackTrace>false</trimStackTrace>
Expand Down

0 comments on commit 697f53a

Please sign in to comment.