Skip to content
This repository has been archived by the owner on Mar 18, 2020. It is now read-only.

excludes and ignores don't work #11

Open
silverjava opened this issue Feb 19, 2013 · 1 comment
Open

excludes and ignores don't work #11

silverjava opened this issue Feb 19, 2013 · 1 comment

Comments

@silverjava
Copy link

Hi guys,

Thanks for this plugin, it's really clean and readable.

But, I have an issue here, I don't know the reason, the thing is like this:

I followed the quickstart guideline and the cobertura configuration is like:

cobertura {
format = 'html'
includes = ['/*.java']
excludes = ['
/domain//.java']
ignores = ['com.domain.
']
}

After doing this, seems excludes and ignores are all not working, the report still includes the source files under package domain.

Is there something wrong with configuration?

Looking forward to your answer.

Cheers.

David

@eriwen
Copy link
Owner

eriwen commented Mar 23, 2013

I would recommend avoiding ignores for now, but excludes should work well in v1.1.0 due to commit 4eddf3e

Update here if you verify.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants