0

我已经从互联网上下载了 jacoco,并将我的源目录下的文件夹复制到一个名为 reports 的文件夹中,现在我有以下内容

drwxr-xr-x. 7 root  root  4096 Oct 15 15:03 .
drwxrwxr-x. 6 build build 4096 Oct 15 14:52 ..
drwxr-xr-x. 9 root  root  4096 Oct  7 00:52 coverage
drwxr-xr-x. 6 root  root  4096 Oct  7 01:06 doc
-rw-r--r--. 1 root  root  3250 Oct  7 01:06 index.html
drwxr-xr-x. 2 root  root  4096 Oct  7 01:06 lib
drwxr-xr-x. 2 root  root  4096 Oct 15 15:02 META-INF
drwxr-xr-x. 2 root  root  4096 Oct  7 01:06 test

但在以下链接 https://github.com/SonarSource/sonar-examples/tree/master/projects/code-coverage/it/sonar-runner/it-jacoco-sonar-runner/reports

我看到在报告下添加了 jacoco.exec 我很困惑我现在如何使用 jacoco。

我安装了 jenkins 并使用声纳进行代码质量分析,我想将 jacoco 用于我的 java 代码。我也在使用 Ant 并执行 sonar-runner 来生成声纳分析。

请有人可以帮助我,以便我如何获得 jacoco.exec?

4

1 回答 1

0

If you're using Ant to build your projects, then you should rather have a look at the following example projects:

于 2012-10-15T11:57:52.223 回答