d0ec3a01a6
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.
9 lines
78 B
Python
9 lines
78 B
Python
|
|
def foo():
|
|
x = 3 + 3
|
|
return x
|
|
|
|
def bar():
|
|
y = 2 + 2
|
|
return y
|