问题标签 [reportgenerator]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
622 浏览

opencover - OpenCover & ReportGenerator : History files are empty

I'm using OpenCover to successfully generate a code coverage xml report via MSTest. I'm driving it from Powershell/Bamboo. I then use ReportGenerator to successfully create the readable HTML report. It writes a coverage history file, but with zero content. (Upon subsequent runs, it will of course warn that it cannot read the history file as it is missing the root xml element, in fact it is missing everything.)

Where would I start looking to work out why the coverage history xml files are zero bytes?

Running from within the root of my project folder, my two expressions are generated thus:

And probably more pertinently the report generation expression:

Everything looks good, except the report generation. Permissions seem ok because the -historydir and path switch cause the creation of the directory, and of the blank files. I've run this as both Administrator on the machine (from within Powershell) and also as System via bamboo running the script. Same output.

Where would one go looking to figure out why the history files are zero bytes?

0 投票
1 回答
767 浏览

file - OpenCover 和 ReportGenerator 的代码覆盖率

我正在尝试将批处理文件设置为第一次使用 OpenCover 和 ReportGenerator,但我无法让它工作。

我检查了一些批处理文件示例以及 OpenCover 和 ReportGenerator 文档,我的批处理文件似乎与这些一致。我不知道我哪里出错了。

谁能告诉我哪里出错了?

0 投票
1 回答
55 浏览

mstest - 运行所有测试,但在报告中只有我想要运行的方法

我必须进行程序集,一个用于测试,另一个是具有我想要测试的方法的主程序集。

在我的测试程序集中,我有很多类,每个类都测试主程序集类的方法。总的来说,在所有类中,我有大约 300 个测试方法,但在 MyClass01Test 中我只有 30 个测试方法。我只想运行这个类中的方法而不是所有的测试。

我正在尝试使用此过滤器:

问题是它运行所有测试,而不仅仅是我的测试程序集中的 MyMainClassTest 类中的测试。但是,在我使用reportgenerator 获得的报告中,我只从MyClass01 中获得了正确的方法。

我使用的完整命令是这样的:

0 投票
1 回答
255 浏览

c# - dotcover/opencover 链接覆盖到除测试程序集以外的其他程序集

我已将源代码和测试划分为C#的单独解决方案。在我的测试中,我创建了指向实际代码的链接,并为其依赖项实现了存根实现,而我无法模拟实现。

如果我运行opencoverdotcover来获取单元测试的覆盖率并使用 reportgenerator 生成报告,它将每个测试程序集的覆盖率分组,但是我想将此覆盖率映射到实际的源代码/程序集(我从中链接了我的文件) 在我生成的报告中。

有什么方法可以在opencoverdotcover 中将我的代码覆盖率结果与实际代码映射(并排除我不与代码映射的存根类)?

0 投票
0 回答
618 浏览

docker - 在 Docker 容器中运行 Opencover 和 ReportGenerator

我正在尝试使用此图像 microsoft/aspnetcore-build:2.0.0 为 asp.net 核心应用程序运行 opencover 和 reportgenerator,我有一个 opencover powershell 脚本,并希望在容器内安装 powershell for linux 以运行该脚本,任何对此的指导或解决方案?

0 投票
1 回答
214 浏览

matlab - matlab报告生成器页码

我试图在 Matlab 报告生成器的报告中插入“y 页 x”。页脚内容本身没有任何选项。如何在自定义部分修改它。

我在报告浏览器中工作。

0 投票
1 回答
1693 浏览

visual-studio - Axo 覆盖报告生成器中的测试结果摘要

我正在使用 AxoCover 代码覆盖率工具在 Visual Studio 中生成代码覆盖率报告。我想在单元测试报告摘要中包含单元测试结果 [通过\失败]。可能吗?

我正在使用 Visual Studio 2017 Professional。 在此处输入图像描述

0 投票
1 回答
249 浏览

c# - 我如何知道使用 OpenCover 和 ReportGenerator 进行单元测试覆盖的代码(比如 .cs 文件)的百分比?

我正在使用 Opencover 和 Reportgenerator 来找出我的 C# 项目的代码覆盖率。目前我能够为我的单元测试获得 100% 的覆盖率,但我想知道单元测试文件覆盖了多少代码(我认为在 opencover 中有一种方法)?

假设我的单元测试只覆盖了我脚本的 50%,那么我希望 opencover 报告这一点。

我在 .bat 文件上使用以下命令来运行 opencover 和 reportgenerator(我在 opencover 上尝试了所有可能的参数,但未能得到我需要的参数)

我目前正在关注: reportgenerator 上的输出

0 投票
0 回答
69 浏览

asp.net-core - 使用 OpenCover 为 exe 而不是 dll 生成代码覆盖率报告的问题

我尝试使用 OpenCover 生成覆盖率报告。它适用于 DLL,但我有一个控制台应用程序,其中包含我添加了测试项目的方法。为此,OpenCover 不会生成覆盖率报告。我需要更改批处理文件吗?以下是带有额外换行符以提高可读性的批处理文件:

0 投票
1 回答
78 浏览

matlab - 如何在 mlreportgen.dom.* 中进行自定义水平对齐?

如何使自定义文本和图像对齐

我用了

但它只有'center','left','right'有什么方法可以定制这个吗?任何解决方案将不胜感激