flow-coverage-report
flow-coverage-report copied to clipboard
Not working on Windows
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.
+1
It works on the Git Bash prompt on Windows , just not the normal command prompt
[UPD] I've succeed within ubuntu terminal on Windows.
Same for me. I observe empty table within webstorm bash, conemu and git bash terminals.