flow-coverage-report icon indicating copy to clipboard operation
flow-coverage-report copied to clipboard

Not working on Windows

Open arjun-menon opened this issue 7 years ago • 3 comments

Not working properly on Windows.

I've tested it on multiple different Windows and Linux computers. It works perfectly on Linux, but on Windows, here's what the output looks like:

┌──────────┬─────────┬───────┬─────────┬───────────┐
│ filename │ percent │ total │ covered │ uncovered │
└──────────┴─────────┴───────┴─────────┴───────────┘
┌─────────────────────────┬───────────────────────────────────────────────────────────┐
│ included glob patterns: │ 'core/src/**/*.js'                                        │
│ excluded glob patterns: │ '**/node_modules/**'                                      │
│              threshold: │ 1                                                         │
│       concurrent files: │ 20                                                        │
│           generated at: │ Wed Oct 18 2017 14:46:14 GMT+0200 (Romance Daylight Time) │
│           flow version: │ 0.52.0                                                    │
│      flow check passed: │ no ( >= 50 errors)                                        │
└─────────────────────────┴───────────────────────────────────────────────────────────┘
┌───────────┬─────────┬───────┬─────────┬───────────┐
│ project   │ percent │ total │ covered │ uncovered │
│ workspace │   100 % │     0 │       0 │         0 │
└───────────┴─────────┴───────┴─────────┴───────────┘
View generated HTML Report at file://C:\Jenkins\jobs\ActiveUI-nightly\workspace/dist-coverage/flow/index.html

The above output was reproduced on two different very different Windows computers, so this is likely not an environment-related issue, but rather an issue in this project.

arjun-menon avatar Oct 18 '17 12:10 arjun-menon

+1

sattaman avatar Jan 15 '18 12:01 sattaman

It works on the Git Bash prompt on Windows , just not the normal command prompt

sattaman avatar Jan 15 '18 12:01 sattaman

[UPD] I've succeed within ubuntu terminal on Windows.

Same for me. I observe empty table within webstorm bash, conemu and git bash terminals.

m1n0s avatar Feb 02 '18 14:02 m1n0s