gpt4 book ai didi

Grails 3 代码覆盖率

转载 作者:行者123 更新时间:2023-12-01 09:21:47 26 4
gpt4 key购买 nike

我在 Windows 7 上使用 Grails 3.0.4 版。有人知道适用于 Grails 3 的代码覆盖插件或覆盖工具吗?感谢您的宝贵时间。

最佳答案

我使用 Cobertura。对我来说效果很好。

我的 Cobertura build.gradle 条目:

// in buildScript
maven {
url "https://repo.grails.org/grails/core"
}

// in dependencies block
classpath "net.saliman:gradle-cobertura-plugin:2.3.0"

// in plugins
id "net.saliman.cobertura" version "2.3.0"

然后

apply plugin: "net.saliman.cobertura".

关于Grails 3 代码覆盖率,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32028585/

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