Skip to content
Snippets Groups Projects
Commit 8bfa937e authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: .gitlab-ci.yml

	modified:   dvcs/report.xml
parent 68c74004
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !11. Comments created here will be created in the context of that merge request.
...@@ -44,4 +44,4 @@ summary: ...@@ -44,4 +44,4 @@ summary:
- echo "All benchmarks passed" - echo "All benchmarks passed"
artifacts: artifacts:
reports: reports:
junit: ["results/dvcs/report.xml","results/dvcs/report2.xml"] junit: ["results/dvcs/report.xml"]
<testsuites name="dvcs"> <testsuites>
<testsuite name="DVCS" tests="3"> <testsuite name="DVCS" tests="3" failures="1">
<testcase classname="foo1" name="ASuccessfulTest"/> <testcase classname="foo1" name="ASuccessfulTest" time="10.0"/>
<testcase classname="foo2" name="AnotherSuccessfulTest"/> <testcase classname="foo2" name="AnotherSuccessfulTest" time="20.0"/>
<testcase classname="foo3" name="AFailingTest"> <testcase classname="foo3" name="AFailingTest" time="30.0">
<failure type="NotEnoughFoo"> details about failure </failure> <failure type="NotEnoughFoo"> details about failure </failure>
</testcase> </testcase>
</testsuite> </testsuite>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment