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

Allow to ignore certain packages from coverage report #60

Open
ktoso opened this issue Aug 7, 2013 · 1 comment
Open

Allow to ignore certain packages from coverage report #60

ktoso opened this issue Aug 7, 2013 · 1 comment

Comments

@ktoso
Copy link

ktoso commented Aug 7, 2013

We generate a bit of source code during the compile phase, and don't want to check for their coverage.

In an example like:

com.banana.things
com.banana.things.gen

Story: I'd like to be able to ignore the gen package.

@Johnlon
Copy link

Johnlon commented Sep 8, 2013

See #68
This is working for me but uses file names.

However if you look at the class CoverageFilter and how it's used then you may be able to figure something out.
I gave up on filtering packages because I found it difficult to make the report meaningful/accurate when one file contains multiple packages.

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