ndimiduk commented on code in PR #268:
URL: https://github.com/apache/yetus/pull/268#discussion_r862715579


##########
precommit/src/main/shell/plugins.d/junit.sh:
##########
@@ -25,16 +25,21 @@ JUNIT_FAILED_TESTS=""
 JUNIT_TEST_OUTPUT_DIR="."
 JUNIT_TEST_PREFIX="org.apache."
 
+JUNIT_REPORT_STYLE="line"

Review Comment:
   Are we sure we want change the default report style on people? Needs a big 
release note...



##########
asf-site-src/source/documentation/in-progress/precommit/plugins/junit-bugsystem.html.md:
##########
@@ -41,8 +41,16 @@ None
 
 | Option | Notes |
 |:---------|:------|
+| `--junit-report-style=[full|line]` | Style of the junit report |
 | `--junit-report-xml=<file>` | Name of the output file |
 
+## JUnit Style
+
+The JUnit report type has two formats:
+
+* `full` - summarizes per-test and provides a link to the report for that test
+* `line` - summarizes per-file and works better with integrated CI systems and 
with external readers such as Jenkins WarningNG plug-in

Review Comment:
   What is an "integrated CI system" ?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to