Patrick Reynolds d0ec3a01a6 Adding support for the Python coverage.py tool.
This assumes that coverage.py has been run in such a way to produce its
standard XML output. This uses the Cobertura schema and should be somewhat
generalizable.
2013-10-08 09:20:30 -04:00

9 lines
78 B
Python

def foo():
x = 3 + 3
return x
def bar():
y = 2 + 2
return y