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

ruby-grape / grape
98%

Build:
DEFAULT BRANCH: master
Repo Added 04 Apr 2013 06:08AM CUT
Files 160
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 master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • DateFormat
  • Handle_json_array
  • ISSUE-2321
  • Issue-1908
  • active_support_6_1_minimal
  • add_ruby_3_4
  • bugfix/1577
  • bugfix/1970
  • bugfix/1986
  • bugfix/2041
  • bugfix/autoload
  • bugfix/memory-leak
  • build_with_registry
  • chore/cleanup-on-compilation
  • chore/coercion-tests
  • chore/primitive-coercer-spec
  • cookies_delegation
  • crush_desclared_params
  • declared_params_optional_array
  • doc
  • dynamic_registration
  • empty_string_and_bool
  • enable_frozen_string_literal_ci
  • entity-dsl
  • exposes-to-s
  • failing_spec_for_1967
  • faster_normalize_path
  • feature/grape-api-setup-var-array
  • feature_rack_lint
  • fix-636
  • fix-badges
  • fix-docs
  • fix-typo
  • fix_endpoint_status_when_not_calling_error!
  • fix_middleware_keywords
  • fix_require_logger
  • fix_shared_params_empty_args
  • format_header_best_q_match
  • happy_rubocop
  • issue-1775
  • lazy_block
  • lazy_compile
  • less_parse_nested_query
  • master
  • mountable_apis
  • real-api-integration-test
  • reduce_array_alloc_on_setup
  • refactor_http_headers
  • refs/heads/master
  • refs/tags/v1.7.1
  • refs/tags/v1.8.0
  • refs/tags/v2.0.0
  • remove-unused-constant
  • remove_non_supported_jsonapi
  • rescue_from
  • resolve_performace_issue_with_given
  • revert-1953-chore/micto-optimization-3
  • revert-wrong-commit
  • revisit_auth_middleware
  • revisit_middleware_default_options
  • spec-only-rack-class
  • try_pattern_instead_of_respond_to
  • update_rubocop_1_71_2
  • upgrade-mustermann
  • upgrading-description
  • use_forwardable
  • v0.19.2
  • v1.0.0
  • v1.0.1
  • v1.0.2
  • v1.0.3
  • v1.1.0
  • v1.2.0
  • v1.2.1
  • v1.2.2
  • v1.2.3
  • v1.2.4
  • v1.2.5
  • v1.3.0
  • v1.3.1
  • v1.3.2
  • v1.3.3
  • v1.4.0
  • v1.5.0
  • v1.5.1
  • v2.1.0
  • v2.1.1
  • v2.1.2
  • v2.1.3
  • v2.2.0
  • v2.3.0
  • validators_bad_encoding

09 May 2025 10:42PM CUT coverage: 98.305%. Remained the same
14938929250

push

github

web-flow
Merge pull request #2565 from Earlopain/spec-only-rack-class

Move spec-only helper class out of the rack namespace

3537 of 3598 relevant lines covered (98.3%)

76895.95 hits per line

Relevant lines Covered
Build:
Build:
3598 RELEVANT LINES 3537 COVERED LINES
76895.95 HITS PER LINE
Source Files on master
  • Tree
  • List 160
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
54.55
lib/grape/util/lazy/value_array.rb21 11 6 5 60.0
55.56
lib/grape/serve_stream/sendfile_response.rb21 9 5 4 60.0
57.14
lib/grape/extensions/hash.rb27 14 8 6 58.0
71.43
lib/grape/middleware/filter.rb19 7 5 2 60.0
75.0
lib/grape/extensions/hashie/mash.rb24 12 9 3 53.0
75.0
...ons/active_support/hash_with_indifferent_access.rb24 12 9 3 58.0
80.0
lib/grape/serve_stream/file_body.rb36 15 12 3 85.0
83.33
lib/grape/formatter/json.rb13 6 5 1 3077.0
86.36
lib/grape/formatter/serializable_hash.rb39 22 19 3 107.0
87.5
lib/grape/parser/base.rb16 8 7 1 77.0
Showing 1 to 10 of 160 entries
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 16
  • Next

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
14938929250 master Merge pull request #2565 from Earlopain/spec-only-rack-class Move spec-only helper class out of the rack namespace push 09 May 2025 10:42PM CUT web-flow github
98.3
14937059062 spec-only-rack-class Merge c0f5f78e1 into 10128adb2 Pull #2565 09 May 2025 10:39PM CUT web-flow github
98.3
14835121647 master Merge pull request #2563 from ericproulx/revisit_auth_middleware Update Grape::Middleware::Auth::Base push 05 May 2025 11:13AM CUT web-flow github
98.3
14824443836 revisit_auth_middleware Merge 615cdb293 into 09e1bf544 Pull #2563 04 May 2025 07:22PM CUT web-flow github
98.3
14824419121 revisit_auth_middleware Merge 706f14fc9 into 09e1bf544 Pull #2563 04 May 2025 07:19PM CUT web-flow github
98.3
14822559672 master Revisit Grape's middlewares default options (#2561) * Grape::Middleware::Base's options is now double splatted `default_options` have been transformed has const Grape::Middleware::Helpers has been removed * Fix entity_spec.rb * Add CHANGELOG.md... push 04 May 2025 03:16PM CUT web-flow github
98.31
14822539049 revisit_middleware_default_options Merge c4c6dede1 into 3a0233a2e Pull #2561 04 May 2025 03:14PM CUT web-flow github
98.31
14822530909 master New feature : linting (#2557) * Add linting feature through Grape.config and `lint_api!` method Add spec All specs are now linted * Remove error message for Lint::Error * Add ruby 3.1 to 3.2 to spec integrations Add `yaml-dev` in Dockerfile * ... push 04 May 2025 03:12PM CUT web-flow github
98.31
14821759627 feature_rack_lint Merge 3347801df into 485b90d47 Pull #2557 04 May 2025 01:34PM CUT web-flow github
98.31
14812122260 revisit_middleware_default_options Merge 3250a298d into 485b90d47 Pull #2561 03 May 2025 03:17PM CUT web-flow github
98.3
See All Builds (2263)
  • Repo on GitHub
  • CI Project
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