Hi everyone,
I am trying to create a source code class/method map with junit tests that covers it.
I was wondering can JaCoCo help with this task since it already does it?
So far what I could do was to match JaCoCo XML report timestamps with a jUnit XML report timestamps, but that method is unreliable.
I have over 40k of jUnit tests and I would like to skip most of them and execute only those that are affected by source code changes. Right now, to execute this many jUnit tests it takes 20 agents on CI/CD for about 60-70mins.
I know there are tools that help with this, but I was wondering can I do it with JaCoCo current set of features somehow or maybe to extend it a bit in that direction?
Thank you upfront for your answers/suggestions.
Best,
Ljubisa.