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

Produce coverage files that include info on non compiled functions #54980

Open
davidanthoff opened this issue Jun 29, 2024 · 0 comments
Open

Comments

@davidanthoff
Copy link
Contributor

The coverage info that is currently generated in practice needs to be post-processed with something like https://github.com/JuliaCI/CoverageTools.jl/blob/d8a703d61f969d372cc4bfe72538520f20c90b35/src/CoverageTools.jl#L152 to actually report what users would expect. It would be nice if that extra step could be unnecessary and if the coverage files that Julia generates just include 0s for lines that are in the source code but aren't compiled. Now that Julia can directly generate lcov files it would get us to a point where no post-processing of coverage info would be needed.

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

No branches or pull requests

2 participants