
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
1.
emma_m2_job.diff (3 kB)
|
|
Environment:
|
Platform: All, OS: All
|
|
Emma plugin shows a code coverage trend/report only for free-style jobs. Maven
2 jobs does not display such reports on the main project page.
|
|
Description
|
Emma plugin shows a code coverage trend/report only for free-style jobs. Maven
2 jobs does not display such reports on the main project page. |
Show » |
Sort Order:
|
Due to usage of Project/Build classes (instead AbstractProject/AbstractBuild),
a EmmaProjectAction is not registered as a project action for M2 jobs. An
attached patch fixes this. Additionaly a base class for EmmaPublisher is
changed from Publisher to Recorder.
Diff generated against trunk/hudson/plugins/emma.