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

ruby-grape / grape / 3803362356

pending completion
3803362356

Pull #2299

github

GitHub
Merge b51665dc0 into 02fd37471
Pull Request #2299: fix, do not use kwargs for empty args

12 of 12 new or added lines in 2 files covered. (100.0%)

5 existing lines in 3 files now uncovered.

10912 of 11064 relevant lines covered (98.63%)

155.28 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

80.0
/lib/grape/util/xml.rb
1
# frozen_string_literal: true
2

3
module Grape
2✔
4
  if Object.const_defined? :MultiXml
2✔
UNCOV
5
    Xml = ::MultiXml
×
6
  else
7
    Xml = ::ActiveSupport::XmlMini
2✔
8
    Xml::ParseError = StandardError
2✔
9
  end
10
end
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