diff-coverage-maven-plugin
diff-coverage-maven-plugin copied to clipboard
Maven plugin for computing code coverage on modified code
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....
Bumps org.eclipse.jgit:org.eclipse.jgit from 6.2.0.202206071550-r to 6.6.1.202309021850-r. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
This fixes a problem with submodules where if it was previously built even using mvn clean it will look in other sub modules for their class files. Class files should...
**Describe the Issue** - we use the same block diff-coverage-maven-plugin as given in document but get the error **Desktop (complete the following information):** - OS: [Windows 11] - maven version:...
When there are fewer changes, very often we don't cover all the possible instructions for these changes in the test cases. And in such cases, we should have the option...
For now, I can generate the diff coverage for **aggregate report module**, but failed for **each sub module.** Any ideas about generate diff coverage for each sub modules and the...
So I have a few submodules in a maven project and I want to entirely skip some submodules. Is there a way to do this using excludes based on full...
Hi, this is quite useful plugin but it lacks the documentation. In below lines please specify what does `minLines`, `minBranches` and `minInstructions` means so that we can configure proper values....