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

Simple shape functions not counted in coverage when precompiled #21

Open
jondea opened this issue Jun 7, 2018 · 0 comments
Open

Simple shape functions not counted in coverage when precompiled #21

jondea opened this issue Jun 7, 2018 · 0 comments

Comments

@jondea
Copy link
Member

jondea commented Jun 7, 2018

When calling name on a shape, like this:

name(shape::Circle) = "Circle"

coverage says that it is not covered but it is called in tests. I also have the same problem when using coverage locally. However, we did not have this problem before we enabled precompile.

I think this is a Julia bug, and so should be reported there, but I'm a bit nervous that I'm wrong...

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