[Flow] Coverage on Flow 0.59.0
See original GitHub issueSteps to reproduce
- Installed:
flow-bin@0.59.0 flow-typed@2.1.5 styled-components@2.2.0
- .flowconfig
[ignore]
.*/dist/.*
.*/node_modules/styled-components/.*
flow-typed install styled-components@2.2.0
- Shows following code is uncovered resulting in 67% coverage which is below my 90% requirement.
Expected Behavior
Expected full coverage due to flow-typed typings
Actual Behavior
Says that styled
is unknown.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:4
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Flow Coverage
The coverage command provides a metric of the amount of checking that Flow has performed on each part of your code. A program...
Read more >Hydraulic Overview
Hose Flow(gpm). Static(psi). Residual(psi) ... Coverage Per Sprinkler. System Pressure Demand ... AutoSPRINK® VR10 v10.0.59.0. 9:02:05AM ...
Read more >flow-coverage-report - npm
flow -coverage-report is a node command line tool to help projects which are using flow types in their JavaScript code to keep track...
Read more >Untitled
... chore: bring package.json up to date and fix Flow and Eslint errors ... chore(package): update flow-bin to version 0.59.0 ...
Read more >https://raw.githubusercontent.com/dogma-io/nodely/...
[0.0.29] - 2018-02-25 ### Changed * `flow-bin` to latest version. ... [0.0.16] - 2017-11-18 ### Added * More tests to reach 100% code...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
should be fixed now 😃
@mxstbr I have opened a PR fixing this issue https://github.com/flowtype/flow-typed/pull/2190