History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BCOV-19
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Dan Grabowski
Reporter: mark@atlassian.com
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Bamboo Coverage Plugin

Better error reporting when no coverage file is found

Created: 31/May/07 09:38 PM   Updated: 12/Jun/07 02:14 AM
Component/s: None
Affects Version/s: 1.0.1
Fix Version/s: 1.0.2

Time Tracking:
Not Specified

File Attachments: None
Image Attachments:

1. NoReportBuildError.png
(7 kb)
Issue Links:
Reference
 

Labels:


 Description  « Hide
It'd be nice if, when no coverage files can be found, the plugin can log warnings to the ErrorHandler so that the user gets some feedback when they've misconfigured.

 All   Comments   Work Log   Change History   FishEye   Crucible   Related Builds      Sort Order: Ascending order - Click to sort in descending order
Dan Grabowski - 01/Jun/07 02:15 AM
I haven't been able to figure out how to obtain an ErrorHandler from the class extending CustomBuildProcessor in the coverage plugin. However, I did come up with a solution that seems to achieve the same net result.

Issues encountered while parsing the coverage report files, including not finding a report file, are now added to the build results as error messages. These don't fail the build, but do show up on the build summary tab as build errors.

Is this right way to go about it, or would it be cleaner to use the ErrorHandler?


Dan Grabowski - 12/Jun/07 12:48 AM
This issue should be addressed more thoroughly by BCOV-25.