-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/26985/
-----------------------------------------------------------

Review request for Aurora, Joshua Cohen and Bill Farner.


Repository: aurora


Description
-------

Failed coverage analysis blocks coverage report file message. Moving the 
`doLast` block into `jacocoTestReport` task.


Diffs
-----

  build.gradle f4352d2ebf858930a6f219d96519e1cdc2bc14e5 

Diff: https://reviews.apache.org/r/26985/diff/


Testing
-------

BEFORE:
```
...
:jacocoTestReport UP-TO-DATE
:analyzeReport FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':analyzeReport'.
> Instruction coverage of 0.88 exceeds min instruction coverage of 0.87, please 
> raise the threshold!

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug 
option to get more log output.

BUILD FAILED
```

AFTER:
```
...
:jacocoTestReport
Coverage report generated: 
file:///Users/mkhutornenko/workspace3/aurora/dist/reports/jacoco/test/html/index.html
:analyzeReport FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':analyzeReport'.
> Instruction coverage of 0.88 exceeds min instruction coverage of 0.87, please 
> raise the threshold!

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug 
option to get more log output.

BUILD FAILED
```


Thanks,

Maxim Khutornenko

Reply via email to