Git Product home page Git Product logo

Comments (5)

rpl avatar rpl commented on June 3, 2024

@ryan953 That's a good point

and it looks like the flow ast command can provide some help to extract this information in a more reliable way, e.g.:

$ flow ast test.js
{
  "type" : "Program",
  "body" : [
  ....
  ],
  "comments" : [{
     "range" : [0, 16],
     "loc" : { ... },
     "type" : "Block",
     "value" : " @flow weak "
  } ]
}

from flow-coverage-report.

ryan953 avatar ryan953 commented on June 3, 2024

I started looking at that AST too :).

Flow adds some extra logic to only check the first 9 lines for @flow and other comments/statements. I'm not Sure about all the syntax but checkout https://github.com/facebook/flow/blob/d2930e135f9c34a89a226c2ca36eb4bcab7b59db/src/parsing/docblock.ml for where the limits are.

I think it would be better for flow itself to report the status along with all the files it sees, maybe as an addition to 'flow ls'. HHVM supports this with one of the 'hh' commands.
In the mean time though a method to validate existing @flow annotations would be cool, could even be reused as a lint rule and maybe more.

from flow-coverage-report.

migueloller avatar migueloller commented on June 3, 2024

FWIW, it would be useful to also have a flag that will run the coverage report only on files that have the @flow pragma.

from flow-coverage-report.

sheldonkwok avatar sheldonkwok commented on June 3, 2024

It would also be useful if the coverage test could ignore files that don't have the // @flow designation because they are not ready to be tested yet.

from flow-coverage-report.

rpl avatar rpl commented on June 3, 2024

Fixed by #27 (merged as #55)

In the current form it reports the flow preamble annotations but doesn't change the behavior of the coverage return status (and how the coverage totals are computed).
In follow ups issues we can define a different behavior (and related cli options) as being discussed in the comments of this issue and #27.

from flow-coverage-report.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.