mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-05 21:18:08 -05:00
12 lines
439 B
XML
12 lines
439 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<testsuites>
|
|
<testsuite tests="2" failures="0" time="0.160" name="package/name">
|
|
<properties>
|
|
<property name="go.version" value="1.0"></property>
|
|
<property name="coverage.statements.pct" value="13.37"></property>
|
|
</properties>
|
|
<testcase classname="name" name="TestZ" time="0.060"></testcase>
|
|
<testcase classname="name" name="TestA" time="0.100"></testcase>
|
|
</testsuite>
|
|
</testsuites>
|