buildframework/helium/external/python/bin/coverage.py
author timothy.murphy@nokia.com
Thu, 22 Apr 2010 19:08:44 +0100
branchfix
changeset 530 c708fcd8e968
parent 1 be27ed110b50
permissions -rw-r--r--
fix: use only one dependency file per resource - not one per language per resource. Speed improvement. fix: revert dependency minimisation (doesn't help, causes problems)

#!/usr/bin/env python
"A script for invoking coverage from the command line."

import sys
del sys.path[0] # Otherwise "import coverage" finds this file!
import coverage

coverage.the_coverage.command_line(sys.argv[1:])