Coverage testing: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
We propose to implement some kind of nightly testing system eventually. This will require a few different systems to be integrated: cron subversion checkout, a 'build bot', and hopefully a test-reporter and coverage reporter. | We propose to implement some kind of nightly testing system eventually. This will require a few different systems to be integrated: cron subversion checkout, a 'build bot', and hopefully a test-reporter and coverage reporter. | ||
[http:// | == See also == | ||
* [[Gcov]]: instructions for using gcov and lcov with the ASCEND codebase | |||
* [https://github.com/ggcov/ggcov ggcov] | |||
* [http://gcovr.com/ gcovr] | |||
* [[BuildBot]]. | |||
[[Category:Proposed]] | [[Category:Proposed]] | ||
Latest revision as of 15:26, 10 July 2017
This article is about planned development or proposed functionality. Comments welcome.
We propose to implement some kind of nightly testing system eventually. This will require a few different systems to be integrated: cron subversion checkout, a 'build bot', and hopefully a test-reporter and coverage reporter.