Skip to content

Coveralls fails for implicit return #64

@ArseniyKholod

Description

@ArseniyKholod

Sometimes, e.g. in https://coveralls.io/builds/72047139, code coverage tool does not count lines with implicit returns as covered, like

function f()
    0 # uncovered
end

But it works if return explicitly, e.g.

function f()
    return 0 # covered
end

To investigate later

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions