Skip to content

JUnit failures counter

username-removed-635097 requested to merge junit-failures into master

Created by: SteinHeselmans

Counts number of failures in a JUnit xml file

note: the counting using regex is a bit different from the one above, as multiple failures can be on one line in a single line xml-file. We might want to change the regex statement for doxy/sphinx as well?

note: also made the --doxygen --sphinx options non exclusive... (elif --> if)

Merge request reports