Coverage testing: Difference between revisions

From ASCEND
Jump to navigation Jump to search
No edit summary
No edit summary
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.


[https://github.com/ggcov/ggcov ggcov]
== See also ==
[http://gcovr.com/ gcovr]
* [https://github.com/ggcov/ggcov ggcov]
 
* [http://gcovr.com/ gcovr]
See also [[BuildBot]].
* [[BuildBot]].


[[Category:Proposed]]
[[Category:Proposed]]

Revision as of 02:08, 23 April 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.

See also