Skip to content

Commit

Permalink
disable trimStackTrack for code-coverage profile (#3854)
Browse files Browse the repository at this point in the history
  • Loading branch information
hangc0276 committed Mar 10, 2023
1 parent 3a48815 commit cd43c91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1122,6 +1122,7 @@
<redirectTestOutputToFile>${redirectTestOutputToFile}</redirectTestOutputToFile>
<forkCount>${forkCount.variable}</forkCount>
<reuseForks>false</reuseForks>
<trimStackTrace>false</trimStackTrace>
<forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds>
<rerunFailingTestsCount>${testRetryCount}</rerunFailingTestsCount>
</configuration>
Expand Down

0 comments on commit cd43c91

Please sign in to comment.