Skip to content

Instantly share code, notes, and snippets.

@msaperst
Last active August 5, 2021 18:41
Show Gist options
  • Save msaperst/628798512a7d7339ff48dabb883e2326 to your computer and use it in GitHub Desktop.
Save msaperst/628798512a7d7339ff48dabb883e2326 to your computer and use it in GitHub Desktop.
empty cobertura file
<?xml version="1.0" ?>
<!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
<coverage lines-valid="0" lines-covered="0" line-rate="0" branches-valid="0" branches-covered="0" branch-rate="0" timestamp="1394890504210" complexity="0" version="0.1">
</coverage>
<?xml version="1.0" encoding="UTF-8"?>
<testsuites disabled="" errors="" failures="" name="" tests="" time="">
<testsuite disabled="" errors="" failures="" hostname="" id=""
name="" package="" skipped="" tests="" time="" timestamp="">
<properties>
<property name="" value=""/>
</properties>
<testcase assertions="" classname="" name="" status="" time="">
<skipped/>
<error message="" type=""/>
<failure message="" type=""/>
<system-out/>
<system-err/>
</testcase>
<system-out/>
<system-err/>
</testsuite>
</testsuites>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment