This plugin is a post build action plugin.
It allows you to configure a percentage that the amount of unit tests are allowed to reduce.
If no previous successful build is found it will fallback on the minimum amount of expected unit tests, which also needs to be configured.
It will mark the build as unstable if the amount of unit tests does not meet the set criteria which will help protect your project from configuration mistakes. (It considers skipped tests as tests that have not run)
Licensed under MIT