信息:java 版本:1.8.0_66 蚂蚁版本:1.9.6
我想做的事:
为在 AWS windows 2k12 服务器上运行的服务器代码提供代码覆盖率报告。
我做了什么:
结果:
出现错误无法读取执行数据文件 C:/path/to/exec/jacoco.exec
构建.xml:
<project name="Example" default="rebuild" xmlns:jacoco="antlib:org.jacoco.ant">
<description>
Example Ant build file that demonstrates how a JaCoCo coverage report
can be itegrated into an existing build in three simple steps.
</description>
<property name="result.dir" location="." />
<property name="result.classes.dir" …Run Code Online (Sandbox Code Playgroud)