jenkinsci / violation-comments-to-gitlab-plugin

Comments GitLab merge requests with static code analyzer findings.
https://plugins.jenkins.io/violation-comments-to-gitlab
MIT License
20 stars 4 forks source link

JUnit/Surefire reports #5

Open anton-johansson opened 7 years ago

anton-johansson commented 7 years ago

Would be nice to be able to post the total number of tests, and name failures:

Unit test report

:small_red_triangle_down: 514/517 tests succeeded

See more here.

tomasbjerre commented 7 years ago

I think this and #6 might belong in the GitLab Plugin.

Or if the JUnit plugin can expose the numbers in variables and one can use curl or HTTP Request plugin to create the comment.