-
Notifications
You must be signed in to change notification settings - Fork 54
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
exclude stuff #62
Comments
I guess you can add |
yes but coveralls doesn't take it into account. Jacoco seems to only 2016-05-01 19:05 GMT-07:00 Yoshiya Hinosawa [email protected]:
|
It does not seem possible to ignore individual files with coveralls, hence disabling since it is becoming a blocker to workflow. kt3k/coveralls-gradle-plugin#62
It looks like jacoco excludes are not taken into account by coveralls and it has its own python based exclude mechanism. It would be great to be able to configure excludes. My coverage is dropping by 10 percent for a class that I had to copy into my own project, and this class is already tested in the original project it belongs to.
And no, I can 't copy the tests, they use different testing lib..
The text was updated successfully, but these errors were encountered: