jacoco-diff
jacoco-diff copied to clipboard
在 jacoco 覆盖率报告的基础上,计算出增量覆盖率
大佬,我们的代码中有一个静态常量类,里面除了常量和构造方法,没有其他的方法函数了。在生成报告的时候,老是提示jacoco的报告中没有对应的html文件,怎么在代码中过滤掉这种类型的代码,类似于过滤掉接口类那样。不知道怎么写代码。 package cn.code.api; public final class CodeMode { public static final String PROPERTY_NAME = "mode"; public static final String IN_PROCESS_MODE = "in-process"; public static final String HTTP_MODE = "http"; private...
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.1 to 3.1.32. Release notes Sourced from gitpython's releases. v3.1.32 - with another security update What's Changed Bump cygwin/cygwin-install-action from 3 to 4 by @dependabot in gitpython-developers/GitPython#1572...