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

ruby-grape / grape
97%

Build:
DEFAULT BRANCH: master
Repo Added 04 Apr 2013 06:08AM UTC
Files 156
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: master
CHANGE BRANCH
x
Reset
  • master
  • DateFormat
  • Handle_json_array
  • ISSUE-2321
  • Issue-1908
  • active_support_6_1_minimal
  • add_irb_in_gemfile_for_bundle_console_warning
  • add_rack_3_2_gemfile
  • add_ruby_3_4
  • api_override_singleton_methods
  • body-metadata
  • 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
  • cleanup-deprecated-code
  • cookies_delegation
  • crush_desclared_params
  • declared_params_optional_array
  • deprecated_endpoint_return
  • doc
  • doc/remove_manual_toc_and_toc_danger_check
  • doc/remove_toc
  • doc/update_reload_documentation_for_current_Rails_versions
  • drop_support_ruby_2_7_0
  • dynamic_registration
  • empty_string_and_bool
  • enable_branch_coverage
  • 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/avoid_multiple_mounts_pollution
  • fix/sendfile_test_fix
  • fix_2566_memory_leak
  • fix_all_media_types_regression
  • fix_coercer_cache
  • fix_endpoint_status_when_not_calling_error!
  • fix_helpers_methods_in_public_scope
  • fix_leaky_slash
  • fix_middleware_keywords
  • fix_registry_warning_message
  • fix_require_logger
  • fix_routes_memoization
  • fix_shared_params_empty_args
  • format_header_best_q_match
  • funding
  • happy_rubocop
  • hook-readme
  • instance_to_s_delegation
  • issue-1775
  • lazy_block
  • lazy_compile
  • less_active_support_concern
  • less_parse_nested_query
  • migrate-to-dry-configurable
  • mountable_apis
  • optimize/parameters-extract-options-non-mutating
  • optimize_api_documentation
  • private_namespace_reverse_stackable_with_hash
  • private_within_namespace
  • real-api-integration-test
  • reduce_array_alloc_on_setup
  • refactor_http_headers
  • refactor_route_setting_internal_usage
  • refactor_setting_get_or_set
  • refs/heads/master
  • refs/tags/v1.7.1
  • refs/tags/v1.8.0
  • refs/tags/v2.0.0
  • remove-unused-constant
  • remove_namespace_reverse_stackable_from_public_interface
  • remove_namespace_stackable_and_inheritable_from_public_space
  • remove_namespace_stackable_with_hash_from_public_interface
  • remove_non_supported_jsonapi
  • remove_obsolete_docker_compose_version
  • remove_settings_unset_functions
  • remove_strict_hash_configuration
  • rescue_from
  • resolve_performace_issue_with_given
  • revert-1953-chore/micto-optimization-3
  • revert-wrong-commit
  • revisit_auth_middleware
  • revisit_endpoint_helpers_and_new
  • revisit_middleware_default_options
  • ruby3_handling_argument_delegation
  • ruby_style_send
  • small_refactor_versioner_middleware
  • spec-only-rack-class
  • try_pattern_instead_of_respond_to
  • update_return_upgrading_notes_and_simplify_execute
  • update_rubocop_1_71_2
  • upgrade-mustermann
  • upgrade-rubocop
  • upgrading-description
  • use_forwardable
  • use_require_relative_in_gemspec
  • 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
  • v2.4.0
  • validators_bad_encoding

12 Nov 2025 12:28PM UTC coverage: 96.632% (-0.02%) from 96.655%
19297454213

push

github

web-flow
Merge pull request #2623 from ruby-grape/fix_coercer_cache

Refactor Coercer Caching to Use Grape::Util::Cache

1064 of 1155 branches covered (92.12%)

Branch coverage included in aggregate %.

29 of 29 new or added lines in 5 files covered. (100.0%)

3355 of 3418 relevant lines covered (98.16%)

53117.98 hits per line

Relevant lines Covered
Build:
Build:
3418 RELEVANT LINES 3355 COVERED LINES
53117.98 HITS PER LINE
Source Files on master
  • Tree
  • List 156
  • Changed 5
  • Source Changed 5
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
19297454213 master Merge pull request #2623 from ruby-grape/fix_coercer_cache Refactor Coercer Caching to Use Grape::Util::Cache push 12 Nov 2025 12:29PM UTC web-flow github
96.63
19137332341 master Merge pull request #2614 from alexanderadam/doc/update_reload_documentation_for_current_Rails_versions update reload documentation push 06 Nov 2025 01:31PM UTC web-flow github
96.66
19018252244 master Merge pull request #2622 from ruby-grape/use_require_relative_in_gemspec Use require_relative instead of $LOAD_PATH in gemspec push 02 Nov 2025 09:15PM UTC web-flow github
96.66
19004465192 master Update UPGRADING notes regarding `return` usage and simplify endpoint execution (#2621) * Update UPGRADING notes regarding `return` usage and simplify block calling in endpoint. * Update spec/grape/endpoint_spec.rb Co-authored-by: Daniel (dB.) ... push 01 Nov 2025 11:56PM UTC web-flow github
96.66
18944743521 master Merge pull request #2618 from ruby-grape/ruby3_handling_argument_delegation Modernize argument delegation for Ruby 3+ compatibility push 30 Oct 2025 02:49PM UTC web-flow github
96.66
18824608055 master Merge pull request #2617 from ruby-grape/migrate-to-dry-configurable Migrate from ActiveSupport::Configurable to Dry::Configurable push 26 Oct 2025 10:26PM UTC web-flow github
96.66
18783387207 master Merge pull request #2612 from alexanderadam/fix/avoid_multiple_mounts_pollution Avoid multiple mount pollution push 24 Oct 2025 02:49PM UTC web-flow github
96.67
18778967193 master Merge pull request #2615 from alexanderadam/doc/remove_manual_toc_and_toc_danger_check Remove TOC Danger check push 24 Oct 2025 11:55AM UTC web-flow github
96.71
18695562267 master Merge pull request #2613 from alexanderadam/fix/sendfile_test_fix Fix rack_sendfile_spec following https://github.com/advisories/GHSA-r657-rxjc-j557 and https://github.com/rack/rack/commit/57277b774. push 21 Oct 2025 07:39PM UTC web-flow github
96.71
18322000713 master Merge pull request #2606 from dblock/funding Added dblock and ericproulx to FUNDING. push 07 Oct 2025 06:12PM UTC web-flow github
96.71
See All Builds (2436)
  • 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