-
Notifications
You must be signed in to change notification settings - Fork 68
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
Excluding some files from coverage #44
Comments
+1 for this feature. In Mocha.jl, some of the components using GPU cannot be tested on Travis-CI due to absence of GPU devices. I'm currently using a hack to ignore a subdirectory. But I think it might be useful to have a more principled way of ignoring some files. For example
|
Moved to JuliaCI/CoverageTools.jl#33 |
Is this feature implemented now? |
No, it's just being tracked in JuliaCI/CoverageTools.jl#33 (instead of on this repo). |
Hello,
Is there a way to exclude a file from coverage?
It's a file that generates a bunch of symbols using a macro, and I've tried several ways to make it fall under test coverage but none of them have worked, unfortunately.
The text was updated successfully, but these errors were encountered: