super-jacoco icon indicating copy to clipboard operation
super-jacoco copied to clipboard

Results 30 super-jacoco issues
Sort by recently updated
recently updated
newest added

$ nohup java -javaagent:/usr/local/org.jacoco.agent-0.8.5-runtime.jar includes=*,output=tcpserver,port=18513,address=*,append=true -jar /Users/demo3-0.0.1-SNAPSHOT.jar > /dev/null 2>&1 & zsh: no matches found: includes=*,output=tcpserver,port=18513,address=*,append=true

这个单元测试是需要测试在代码中单独写吗,我是直接获取的研发的提测分之 ![20240223-090100](https://github.com/didi/super-jacoco/assets/34465699/9570d5f4-5797-4686-adfb-690b2d966bef) ![20240223-090100](https://github.com/didi/super-jacoco/assets/34465699/c64a849e-4a7d-4289-b48e-c3a3d7cd79b6)

您好,如标题描述,服务启动后使用postman调用接口后,再生成覆盖率报告,对应接口覆盖率无变化。这个大概的原因会是什么

增量的时候, 代码变动太多, shell命令就会很长, 操作系统会报参数列表过长

org.jacoco.cli-1.0.2-SNAPSHOT-nodeps.jar 这部分的源码可以提供么 生成报告的时候 --diffFile命令不是jacoco自带的,大佬应该在jacoco 的目录org.jacoco.report下做了二次开发

执行代码编码, dump和report等命令时,兼容windows环境

在使用clone代码,源码使用setGitDir方法,这会导致克隆目标仓库代码时,会克隆到工程本地,且指定的地址,没有目标工程代码,改为setDirectory方法,可以克隆成功 ![image](https://github.com/didi/super-jacoco/assets/43328463/7cc25945-969d-42f5-8223-778844c839ad)

就是jacocoant里面的includes和excludes

![image](https://user-images.githubusercontent.com/15891074/162161211-a77b917e-2b7a-48d8-be69-cd44f1e90f89.png) ![image](https://user-images.githubusercontent.com/15891074/162161660-630906f4-b7ce-4e04-8e4b-31e12a30da33.png)