You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@aurora.apache.org by Maxim Khutornenko <ma...@apache.org> on 2014/10/21 19:46:09 UTC

Review Request 26985: Printing coverage report path on failed analysis.

-----------------------------------------------------------
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


Re: Review Request 26985: Printing coverage report path on failed analysis.

Posted by Maxim Khutornenko <ma...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/26985/
-----------------------------------------------------------

(Updated Oct. 21, 2014, 9:33 p.m.)


Review request for Aurora, Joshua Cohen and Kevin Sweeney.


Changes
-------

-wfarner
+kevints


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


Re: Review Request 26985: Printing coverage report path on failed analysis.

Posted by Kevin Sweeney <ke...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/26985/#review57630
-----------------------------------------------------------

Ship it!


Ship It!

- Kevin Sweeney


On Oct. 21, 2014, 10:46 a.m., Maxim Khutornenko wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/26985/
> -----------------------------------------------------------
> 
> (Updated Oct. 21, 2014, 10:46 a.m.)
> 
> 
> 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
> 
>