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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
