question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Flow] Coverage on Flow 0.59.0

See original GitHub issue

Steps to reproduce

  1. 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
  1. Shows following code is uncovered resulting in 67% coverage which is below my 90% requirement.

screenshot 2017-11-21 15 54 30

Expected Behavior

Expected full coverage due to flow-typed typings

Actual Behavior

Says that styled is unknown.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:4
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
shrynxcommented, May 23, 2018

should be fixed now 😃

1reaction
shrynxcommented, May 9, 2018

@mxstbr I have opened a PR fixing this issue https://github.com/flowtype/flow-typed/pull/2190

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found