nodejs/node

test_runner: print failed coverage reports with dot runner

Fechada

#60.884 aberto em 28 de nov. de 2025

 (7 comentários) (0 reação) (0 responsável)JavaScript (35.535 forks)batch import

Métricas do repositório

Stars
 (117.218 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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

Guia do colaborador