vendredi 31 juillet 2020

Maven - list tests covering one Java class

I have a maven project with tests executed using Surefire and whose code coverage is handled by Jacoco. My test results are then forwarded to SonarQube for analysis for each pull request.

In this context I would like to know the tests that were executed to cover one class, in order to list all tests covering the code changed in my pull request.

Any idea how to do this ? thanks!

Aucun commentaire:

Enregistrer un commentaire