Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coveralls fails for implicit return #64

Open
ArseniyKholod opened this issue Feb 3, 2025 · 0 comments
Open

Coveralls fails for implicit return #64

ArseniyKholod opened this issue Feb 3, 2025 · 0 comments

Comments

@ArseniyKholod
Copy link
Collaborator

ArseniyKholod commented Feb 3, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant