Details
-
Improvement
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
Platform: All, OS: All
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.
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.