英文: Is there a way to determine which lines of code actually ran in a production environment? 问题 有没有...
无法禁用DevOps管道代码覆盖率报告。
英文: Can't disable DevOps pipeline code coverage report 问题 我想要禁用在PR上显示的DevOps代码覆盖率报告,因为我正在使用第三方工具...
How to coverage with GoLand 2023.1.3? I have 31 tests files: either coverage don't run cover what is expected, either it issues a file name too long
英文: How to coverage with GoLand 2023.1.3? I have 31 tests files: either coverage don't run cover...
如何识别使用Jest覆盖率测试涵盖但实际未测试的代码行。
英文: How to identify which lines are covered but not actually tested using Jest Coverage 问题 每当测试执行一行代...
Bazel覆盖率需要JDK,为什么我不能使用Bazel信息提供的jdk-home?
英文: Bazel coverage needs jdk, why I cannot use jdk-home given by bazel info? 问题 如果我想运行 bazel coverag...
Statement Coverage vs Call Coverage 语句覆盖 vs 调用覆盖
英文: Statement Coverage vs Call Coverage 问题 好的,以下是翻译好的部分: 大家好,我们在C源代码中使用的一项必需的测试质量指标之一是语句覆盖率和决策覆盖率。由于...
如何正确地覆盖所有的Golang包和所有的测试?
英文: How to correctly cover all golang packages with all tests? 问题 假设有一些代码定义在pkg/somepkg1包下面。 在这个包中有一...
将跳过的测试添加到覆盖范围内
英文: Add Skipped Tests to Coverage 问题 我创建了connect.go和connect_test.go。由于某种原因,我需要跳过connect_test.go中的一些测...
Cypress组件测试在Nx Angular Monorepo中的代码覆盖率?
英文: Code coverage for cypress component tests in an Nx Angular Monorepo? 问题 我已经设置了一个带有Angular应用程序和两个...
无法计算SonarQube代码覆盖率,尽管在Gitlab项目中没有进行任何更改。
英文: Unable to calculate sonarqube code coverage even though nothing has changed in the project on Gi...