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

PostProcessing could not be disabled in BuildConfig #13

Open
robertoschwald opened this issue Oct 15, 2013 · 0 comments
Open

PostProcessing could not be disabled in BuildConfig #13

robertoschwald opened this issue Oct 15, 2013 · 0 comments

Comments

@robertoschwald
Copy link

postprocessing could not be disabled in code-coverage-1.2.6 by BuildConfig.groovy:

coverage {
  noPost = true
}

Reason: _Events.groovy

def replaceClosureNamesInReports() {
    if (!argsMap.nopost || !buildConfig.coverage.noPost) {
       def startTime = new Date().time
       ...

leads to true when running without "-nopost" arg, as "!argsMap.nopost" is true in this case (argsMap.nopost is null in this case).

So only solution for now is to run with "-nopost" argument.

@beckje01 beckje01 reopened this Oct 17, 2013
@beckje01 beckje01 removed this from the 2.0.3-1 milestone Jun 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants