Skip to content

Instantly share code, notes, and snippets.

@Bachmann1234
Created June 30, 2014 01:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Bachmann1234/9e64fc43a5ffcb947e13 to your computer and use it in GitHub Desktop.
Save Bachmann1234/9e64fc43a5ffcb947e13 to your computer and use it in GitHub Desktop.
coverage example
<?xml version="1.0" ?>
<!DOCTYPE coverage
SYSTEM 'http://cobertura.sourceforge.net/xml/coverage-03.dtd'>
<coverage branch-rate="0" line-rate="1" timestamp="1404088604881" version="3.7.1">
<!-- Generated by coverage.py: http://nedbatchelder.com/code/coverage -->
<packages>
<package branch-rate="0" complexity="0" line-rate="1" name="">
<classes>
<class branch-rate="0" complexity="0" filename="test.py" line-rate="1" name="test">
<methods/>
<lines>
<line hits="1" number="2"/>
<line hits="1" number="3"/>
<line hits="1" number="5"/>
<line hits="1" number="6"/>
</lines>
</class>
</classes>
</package>
</packages>
</coverage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment