【问题标题】:How to convert a .cov file to html report using bullshtml.exe?如何使用 Bullshtml.exe 将 .cov 文件转换为 html 报告?
【发布时间】:2017-05-08 11:20:38
【问题描述】:

我有一份覆盖率报告,现在我正在尝试使用 Bullshtml.exe 生成一份 html 报告。覆盖文件位于“c:/temp/bullseye.cov”位置,bullshtml.exe 也在同一位置“c:/temp/bullshtml.exe”,如下所示:

c:/temp>bullshtml.exe -f "bullseye.cov" "c:/temp"

所以,当我在命令行中执行上述操作时,我得到错误

"please provide the html output directory". 

如果我只这样做

c:/temp>bullshtml.exe c:/temp

我确实在 temp 文件夹中获取了文件,但这对我来说没有意义,因为我想使用 Bullshtml.exe 将 Bullseye.cov 转换为 html。因此,请建议如何完成这项工作,我做错了什么是命令使用错误还是其他原因。

【问题讨论】:

    标签: html code-coverage bullseye


    【解决方案1】:

    需要在指定输出目录前加上“-v”,如下

    bullshtml.exe -f "bullseye.cov" -v "c:/temp"

    【讨论】:

    • 不,添加 -v 也不起作用 agin 说“请提供 html 输出目录”
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2019-09-27
    • 1970-01-01
    • 1970-01-01
    • 2010-12-22
    • 2020-03-24
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多