Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: EMMA-1.2.1
-
Component/s: Emma
-
Labels:None
-
Number of attachments :
Description
It would be better to automatically find a report file with the ".ec" extension point (whatever is its name) and to log a error if this report file can't be found.
Issue Links
- is duplicated by
-
SONARPLUGINS-1297
Re-using EMMA coverage data generated by TeamCity
-
- is related to
-
SONARPLUGINS-1090
Sonar Emma Plugin reporting 0.0% coverage
-
Emma supports merging coverage sessions, therefore it could be interesting to look for all report files with ".ec" extension in the output folder.
I've already forked EmmaProcessor to implement such a feature and it's working pretty well. I'd be glad to contribute a patch if you're interested.