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

kiwitcms / junit.xml-plugin
28%
master: 25%

Build:
Build:
LAST BUILD BRANCH: dependabot/pip/junitparser-2.1.1
DEFAULT BRANCH: master
Repo Added 29 Jan 2019 10:43PM UTC
Files 1
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

LAST BUILD ON BRANCH handle_testsuites
branch: handle_testsuites
CHANGE BRANCH
x
Reset
  • handle_testsuites
  • dependabot/add-v2-config-file
  • dependabot/pip/junitparser-1.4.2
  • dependabot/pip/junitparser-1.5.0
  • dependabot/pip/junitparser-1.6.2
  • dependabot/pip/junitparser-2.0.0
  • dependabot/pip/junitparser-2.1.1
  • dependabot/pip/tcms-api-10.0
  • dependabot/pip/tcms-api-8.2.0
  • dependabot/pip/tcms-api-8.4.0
  • dependabot/pip/tcms-api-9.0
  • kiwi8
  • master
  • migrate_to_github
  • next_release
  • prefix_support
  • py38
  • pyup-update-junitparser-1.2.2-to-1.3.0
  • pyup-update-junitparser-1.3.0-to-1.3.2
  • pyup-update-junitparser-1.3.2-to-1.3.3
  • pyup-update-junitparser-1.3.2-to-1.3.4
  • pyup-update-junitparser-1.3.4-to-1.4.0
  • pyup-update-junitparser-1.3.4-to-1.4.1
  • pyup-update-junitparser-1.4.2-to-1.5.0
  • pyup-update-junitparser-1.6.1-to-1.6.2
  • pyup-update-junitparser-1.6.2-to-1.6.3
  • pyup-update-junitparser-1.6.3-to-2.0.0
  • pyup-update-junitparser-2.0.0-to-2.1.1
  • pyup-update-tcms-api-5.1-to-5.2
  • pyup-update-tcms-api-5.2-to-5.3
  • pyup-update-tcms-api-6.7-to-6.7.1
  • pyup-update-tcms-api-6.7.1-to-8.0
  • pyup-update-tcms-api-6.7.1-to-8.0.1
  • pyup-update-tcms-api-8.0.1-to-8.1.1
  • pyup-update-tcms-api-8.2.0-to-8.3.0
  • pyup-update-tcms-api-8.3.0-to-8.4.0
  • pyup-update-tcms-api-8.4.0-to-8.5.0
  • pyup-update-tcms-api-8.6.0-to-9.0
  • v0.3
  • v0.5
  • v10.0
  • v8.0.1
  • v8.2
  • v8.3
  • v8.4
  • v9.0

pending completion
52

Pull #12

travis-ci

web-flow
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
Pull Request #12: Check for <testsuites> vs <testsuite> root tag. Fixes #9

7 of 7 new or added lines in 1 file covered. (100.0%)

22 of 80 relevant lines covered (27.5%)

0.28 hits per line

Relevant lines Covered
Build:
Build:
80 RELEVANT LINES 22 COVERED LINES
0.28 HITS PER LINE
Source Files on handle_testsuites
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
52 handle_testsuites 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 i... Pull #12 20 Sep 2019 10:52AM UTC web-flow travis-ci pending completion  
51 handle_testsuites 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 i... push 20 Sep 2019 10:52AM UTC atodorov travis-ci pending completion  
50 handle_testsuites add debug push 20 Sep 2019 10:34AM UTC atodorov travis-ci pending completion  
49 handle_testsuites tcms-junit.xml-plugin will now print TestRun ID on the terminal this makes it easier to chain multiple invocations of this command if you want to add multiple results into the same TR push 20 Sep 2019 10:29AM UTC atodorov travis-ci pending completion  
48 handle_testsuites 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 i... push 20 Sep 2019 10:14AM UTC atodorov travis-ci pending completion  
47 handle_testsuites 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 i... push 20 Sep 2019 10:05AM UTC atodorov travis-ci pending completion  
39 handle_testsuites Handle testsuite tags in XML push 14 May 2019 06:19PM UTC atodorov travis-ci pending completion  
See All Builds (178)
  • Repo on GitHub
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

© 2025 Coveralls, Inc