go-junit-report/testdata/111-report.xml
Joël Stemmer 8648745762 parser/gotest: Don't ignore output when there were no tests
In some cases we may have captured some output for a package that didn't
have any tests. We should include it in the generated report as it may
contain useful information.
2022-06-26 00:43:05 +01:00

10 lines
385 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
<testsuite name="package/name/empty" tests="0" failures="0" errors="0" id="0" hostname="hostname" time="0.001" timestamp="2022-01-01T00:00:00Z">
<properties>
<property name="go.version" value="1.0"></property>
</properties>
<system-out><![CDATA[testing: warning: no tests to run]]></system-out>
</testsuite>
</testsuites>