feature requestgood first issuetest_runner
倉庫指標
- Star
- (117,218 star)
- PR 合併指標
- (平均合併 18天 17小時) (30 天內合併 219 個 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