Skip to content

Should not fail annotation check if .flowconfig [options] all=true #165

@bbickerton

Description

@bbickerton

I'm starting a new project from scratch and want to have things type checked with Flow as best as I can from the start. To that end, I'm using all=true under the [options] section of my .flowconfig. with all of my code in {project dir}/src, I run the coverage tool as:

yarn run flow-coverage-report -i src/**/*.js

All of the files come back marked red/failing due to no flow annotation regardless of coverage %, which makes it more annoying to identify which files actually need attention. With the all=true option enabled, no annotation should not be a reason for failing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions