Test Gap Analysis
Hi
I'm having difficulty finding out how (or if) we can do this using dotCover. We need to do test gap analysis on new code on a branch. Ie, determine the coverage only on the new code - we have the 2 reports (xml or dvcr) from the base and source branches.
Is that possible?
Regards
James
Please sign in to leave a comment.
Hello James,
Thanks for contacting JetBrains support.
From what I understand, you’d like to run test coverage exclusively on new code, correct?
Starting with 2025.2, dotCover only supports assembly-level filtering. If all the new code is in separate assemblies, you can follow Apply runtime coverage filters to set up filters accordingly.
If the new code is in the same assemblies as the main code, you need to use an old version of dotCover(e.g., 2025.1.7), which supports filtering data based on class or method names. See Set up coverage filters | dotCover Documentation for more information.
Please let me know if you need further clarification.
Thanks,
Tom