You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@yetus.apache.org by GitBox <gi...@apache.org> on 2022/05/02 16:02:27 UTC

[GitHub] [yetus] aw-was-here commented on a diff in pull request #268: YETUS-1030. Support linecomments in junit

aw-was-here commented on code in PR #268:
URL: https://github.com/apache/yetus/pull/268#discussion_r862973792


##########
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:
   Semaphore, Gitlab, Jenkins, and more have the ability to reference the source code if the proper junit incantations are used.  



-- 
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: gitbox-unsubscribe@yetus.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org