C4tWithShell / community-rust

SonarQube plugin to analyze Rust files
GNU Lesser General Public License v3.0
124 stars 10 forks source link

JUnit report #37

Closed thibaultfalque closed 2 years ago

thibaultfalque commented 2 years ago

This pull request adds the ability to interpret reports in "JUnit" format to display the number of unit tests on the Sonarqube page like the following image :

Capture d’écran de 2022-01-12 10-16-53

This PR creates global statistics from the JUnit file.

thibaultfalque commented 2 years ago

Thanks for the review.

I have implemented the requested changes.

elegoff commented 2 years ago

Thanks a lot Thibault for this nice contribution