We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e46bcf2 + c8d8093 commit 2c6bd28Copy full SHA for 2c6bd28
ruby/bin/annotate
@@ -52,7 +52,7 @@ junit_report_files.sort.each do |file|
52
xml = File.read(file)
53
doc = REXML::Document.new(xml)
54
55
- REXML::XPath.each(doc, '//testsuite//testcase') do |testcase|
+ REXML::XPath.each(doc, '//testsuite/testcase') do |testcase|
56
testcases += 1
57
name = testcase.attributes['name'].to_s
58
failed_test = testcase.attributes[failure_format].to_s
0 commit comments