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

Possible to continue with coverage report even if some tests fail to pass? #149

Open
seanleblanc opened this issue Feb 6, 2018 · 1 comment

Comments

@seanleblanc
Copy link

I notice that the plugin (when running cobertura task) will not continue with coverage if the unit tests do not pass. Is there an option to switch this off?

@deepakacharya
Copy link

integrationTest {
ignoreFailures = true
}

This you can add to build.gradle file. Which will solve your issue.

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