Skip to content

Commit

Permalink
Merge pull request #636 from apache/less-verbose-test-reports
Browse files Browse the repository at this point in the history
Make test reports less verbose for passing tests
  • Loading branch information
bdemers authored Aug 2, 2024
2 parents 09d4316 + 080781c commit bde85d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,7 @@
<configuration>
<!-- parent pom overrides the default, so we MUST set the jacoco argline directly -->
<argLine>@{jacoco.argline}</argLine>
<enablePropertiesElement>false</enablePropertiesElement>
<includes>
<include>**/Test*.java</include>
<include>**/*Test.java</include>
Expand All @@ -594,6 +595,7 @@
<version>3.3.1</version>
<configuration>
<argLine>@{jacoco.it.argline}</argLine>
<enablePropertiesElement>false</enablePropertiesElement>
<includes>
<include>**/*IT.java</include>
</includes>
Expand Down

0 comments on commit bde85d5

Please sign in to comment.