Sat Jul 29 10:08:58 2006
Ticket #78 (Closed: fixed)
option for coverage to include all .py files
| Priority: | normal | Reporter: | James Casbon (casbon@gmail.com) |
|---|---|---|---|
| Severity: | enhancement | Assigned to: | jpellerin |
| Component: | nose | Status: | closed |
| Version: | 0.9 | Resolution: | fixed |
| Milestone: | 0.9.1 | Keywords: | inclusive coverge |
Description by James Casbon (casbon@gmail.com):
Coverage reported by the coverage plugin can be misleading. Files not imported by the test suite will not be reported, thereby making the coverage appear larger. This patch adds a --cover-inclusive option that will cause all .py files (matching --cover-package if existing) under the working directory to be included in the report.
Attachments
Changelog
Sat Jul 29 10:09:21 2006: Modified by James Casbon casbon@gmail.com
- attachment added: nose_inclusive_coverage.patch
Fri Aug 4 22:33:32 2006: Modified by jpellerin
- milestone set to 0.9.1
- version set to 0.9
- status changed from new to assigned
Tue Aug 8 09:11:17 2006: Modified by jpellerin
- resolution set to fixed
- status changed from assigned to closed
Applied in [84]. Thank you!

Thanks for the patch! I'm reviewing it now.