• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kiwitcms / junit.xml-plugin / 53 / 1
25%
master: 25%

Build:
DEFAULT BRANCH: master
Ran 20 Sep 2019 10:59AM UTC
Files 1
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

20 Sep 2019 10:58AM UTC coverage: 27.5% (-4.9%) from 32.353%
MAKE=ci

push

travis-ci

atodorov
Check for <testsuites> vs <testsuite> root tag. Fixes #9

According to the JUnit XML specs:
https://www.ibm.com/support/knowledgecenter/en/SSUFAU_1.0.0/com.ibm.rsar.analysis.codereview.cobol.doc/topics/cac_useresults_junit.html

the root element in the XML is a <testsuites> tag. However some
of the test runners we've used skip that and have a single
<testsuite> tag as their root node. This causes failures for
people using some of the other test runners, e.g.

- Katalon Studio - exports with the <testsuites> tag
- Nose, py.test - export results with the <testsuite> tag

11 of 40 relevant lines covered (27.5%)

0.28 hits per line

Source Files on job 53.1 (MAKE=ci)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 45
  • Travis Job 53.1
  • 79891440 on github
  • Prev Job for MAKE=ci on master (#46.1)
  • Next Job for MAKE=ci on master (#55.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc