gpt4 book ai didi

android - 如何为Microsoft Visual Studio Team创建JaCoCo xml报告和xml摘要?

转载 作者:行者123 更新时间:2023-12-03 04:26:29 24 4
gpt4 key购买 nike

我需要在Microsoft Visual Studio Team中打开JaCoCo覆盖率报告。

我可以看到表格:

enter image description here

因此,我需要摘要文件。如何创建它?
是否确实需要在本地创建xml格式的报告?

我正在尝试创建此报告,但是有问题。
我的项目使用Gradle,因此我将其添加到gradle.build中:

apply plugin: "jacoco"

和:
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
debug {
testCoverageEnabled true
}
}

但是我看不到雅各布的任何报道。
我可以使用Android Studio创建完整的jacoco报告,但这是唯一的html。

如何为Microsoft Visual Studio Team创建摘要?

最佳答案

对于Jacoco配置,您可以在此处引用代码示例:Gradle Example。我已经对其进行了测试,它可以正确生成XML报告。

然后,您可以运行构建并从VSTS中发布代码覆盖率结果:
enter image description here

在VSTS中发布的结果:
enter image description here

关于android - 如何为Microsoft Visual Studio Team创建JaCoCo xml报告和xml摘要?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46178251/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com