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

exclude stuff #62

Open
stephanenicolas opened this issue May 2, 2016 · 2 comments
Open

exclude stuff #62

stephanenicolas opened this issue May 2, 2016 · 2 comments

Comments

@stephanenicolas
Copy link

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..

@kt3k
Copy link
Owner

kt3k commented May 2, 2016

I guess you can add excludes by configuring JacocoTaskExtension. See the jacoco plugin document, https://docs.gradle.org/current/userguide/jacoco_plugin.html#N16C9E .

@stephanenicolas
Copy link
Author

yes but coveralls doesn't take it into account. Jacoco seems to only
exclude from its own reports.

2016-05-01 19:05 GMT-07:00 Yoshiya Hinosawa notifications@github.com:

I guess you can add excludes by configuring JacocoTaskExtension. See the
jacoco plugin document,
https://docs.gradle.org/current/userguide/jacoco_plugin.html#N16C9E .


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#62 (comment)

ecgreb pushed a commit to button/button-merchant-android that referenced this issue Jun 14, 2019
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
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

2 participants