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

ruby-grape / grape / 14937059062

09 May 2025 08:20PM UTC coverage: 98.305%. Remained the same
14937059062

Pull #2565

github

web-flow
Merge c0f5f78e1 into 10128adb2
Pull Request #2565: Move spec-only helper class out of the rack namespace

3537 of 3598 relevant lines covered (98.3%)

76895.91 hits per line

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

87.5
/lib/grape/parser/base.rb
1
# frozen_string_literal: true
2

3
module Grape
60✔
4
  module Parser
60✔
5
    class Base
60✔
6
      def self.call(_object, _env)
60✔
7
        raise NotImplementedError
×
8
      end
9

10
      def self.inherited(klass)
60✔
11
        super
120✔
12
        Parser.register(klass)
120✔
13
      end
14
    end
15
  end
16
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

© 2026 Coveralls, Inc