Opened 8 years ago
Closed 8 years ago
#7207 closed feature request (fixed)
track code coverage
Reported by: | DJPaul | Owned by: | |
---|---|---|---|
Milestone: | 2.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | |
Cc: |
Description
For those who aren't familiar, code coverage is a measure used to describe the degree to which the source code of a program is tested by a particular test suite.
We have lots of legacy code not covered by tests, but any substantial new feature should have full test coverage. There are nice websites such as codecov.io and coveralls.io which track code coverage improvements over time, and will integrate into Travis-CI.
Change History (7)
Note: See
TracTickets for help on using
tickets.
In 10997: