melexis / warnings-plugin

Command-line tool for marking builds with too many warnings as failed. A command-line alternative for https://github.com/jenkinsci/warnings-plugin. Useable with plugin-less CI systems like Gitlab-CI and even Travis-CI
Apache License 2.0
7 stars 2 forks source link

Support junitparser>=2.0.0 #109

Open JasperCraeghs opened 3 years ago

JasperCraeghs commented 3 years ago

Junitparser==2.0.0 introduced support for xUnit v2 XML format in this PR. We should support this version.