nodejs/node

test_runner: print failed coverage reports with dot runner

已关闭

#60,884 创建于 2025年11月28日

 (7 条评论) (0 个反应) (0 位负责人)JavaScript (35,535 个派生)batch import

仓库指标

星标
 (117,218 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

What is the problem this feature will solve?

When running tests with both the dot reporter and coverage reports, if the coverage report fails there is no output (other than the dots) but the program exits with a failure status code.

What is the feature you are proposing to solve the problem?

Similar to this PR, it would be nice to display some sort of failure reason so its clear why the command failed.

What alternatives have you considered?

No response

贡献者指南