view scripts/bittend @ 178:fcbe107ca755

Add some basic charts to the build status page, based on [http://www.maani.us/xml_charts/index.php XML/SWF Charts]: * Test Results displays the total number of tests and the number of test failures chronologically. * Code Coverage displays the lines of code and the number of lines covered by tests, also chronologically.
author cmlenz
date Wed, 31 Aug 2005 01:00:37 +0000
parents 634be6cbb808
children
line wrap: on
line source
#!/usr/bin/env python
# -*- coding: iso8859-1 -*-
#
# Copyright (C) 2005 Christopher Lenz <cmlenz@gmx.de>
# All rights reserved.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
# are also available at http://bitten.cmlenz.net/wiki/License.

from bitten import master

master.main()
Copyright (C) 2012-2017 Edgewall Software