-
Improvement
-
Resolution: Not A Defect
-
Minor
-
None
we have a codebase where we are keeping all libraries and app code base together and having multiple checks for each modules. When making changes in one of the module, it is calculating the overall project coverage correctly but modified code lines says no action found in reference build, which is because the reference build did not have that check enabled because it was not having any changes in that.
how should we handle these scenario? Does it support by coverage plugin?