Actions
Defect #8746
openRCOV configuration for redmine plugin and not showing rcov coverage of redmine_plugin patch files
Status:
New
Priority:
Normal
Assignee:
-
Category:
Code cleanup/refactoring
Target version:
-
Start date:
2011-07-05
Due date:
2011-07-06 (over 13 years late)
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
We're developing a plugin in which we use patch files for issue.rb, issues_controller.rb, user.rb, etc.. We've configured rcov in redmine plugin's lib/task/rcov.rake file. When we run rake rcov:all it doesn't show the patch or hook file's new method's coverage.
How to solve this issue plz let me know ASAP.
I've attached my rake file, see attached file.
Files
Updated by Etienne Massip over 13 years ago
- Category set to Code cleanup/refactoring
Updated by Jean-Baptiste Barth about 13 years ago
- Priority changed from Urgent to Normal
It's not "urgent" at all, since nothing visible to a user is broken. If you are developing a plugin, I assume you have some ruby skills, have you tried to find out why it doesn't work ? Does your rake file fixes this, or is it just an illustration for the problem ?
Actions