Modify ↓
Opened 15 years ago
Closed 14 years ago
#578 closed enhancement (fixed)
show link for coverage when in annotate
Reported by: | anonymous | Owned by: | osimons |
---|---|---|---|
Priority: | trivial | Milestone: | 0.6 |
Component: | Trac plugin | Version: | 0.6b2 |
Keywords: | report coverage | Cc: | simohe@… |
Operating System: | Linux |
Description
When viewing a file in annotation mode there is no link to coverage. The link is shown after applying the one line "patch" below. (And the link is not shown when in coverage mode.)
http://bitten.edgewall.org/browser/trunk/bitten/report/coverage.py#L192
- and not req.args.get('annotate'):
+ and req.args.get('annotate') <> 'coverage':
Attachments (0)
Change History (4)
comment:1 Changed 15 years ago by simohe@…
- Cc simohe@… added
comment:2 Changed 14 years ago by osimons
- Milestone changed from 0.6.1 to 0.6
- Owner set to osimons
Looks good.
comment:3 Changed 14 years ago by osimons
Committed in [900]. Thanks!
comment:4 Changed 14 years ago by osimons
- Resolution set to fixed
- Status changed from new to closed
...and closing...
Note: See
TracTickets for help on using
tickets.
A linebreak and my address are missing. The onle line "patch" for line 192 in bitten/report/coverage.py:
+ and req.args.get('annotate') <> 'coverage':