gotwarlost / istanbul

Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale.
Other
8.7k stars 786 forks source link

Coverage Report Table has alignment issues on Terminus Terminal #916

Closed eithermonad closed 5 years ago

eithermonad commented 5 years ago

I submitted this issue on the Jest Repository regarding the rendering of the coverage table but was told to post it here instead.

The issue is that on the Terminus Terminal for Windows, the columns of the generated table are not correctly aligned. They are correctly aligned, however, on the VS Code Integrated Terminal.

See here for more details.

Thanks.

SimenB commented 5 years ago

This repo is deprecated (it should probably get archived), you should file at https://github.com/istanbuljs/istanbuljs

eithermonad commented 5 years ago

@SimenB Thank you. Indeed, I had seen that the repo was deprecated, but I couldn't find the link to the active repo. Since the latest issue was from 18 hours ago (or so), I figured people were still posting here.

Anyway, I'll file it over there and thanks for the quick turnaround.