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

Code-Vedas / mutils / 12468956720

23 Dec 2024 03:14PM CUT coverage: 100.0%. Remained the same
12468956720

push

github

web-flow
build(deps): bump json from 2.8.2 to 2.9.1 (#315)

Bumps [json](https://github.com/ruby/json) from 2.8.2 to 2.9.1.
- [Release notes](https://github.com/ruby/json/releases)
- [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md)
- [Commits](https://github.com/ruby/json/compare/v2.8.2...v2.9.1)

---
updated-dependencies:
- dependency-name: json
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

205 of 205 relevant lines covered (100.0%)

56736.31 hits per line

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

100.0
/lib/mutils.rb
1
# frozen_string_literal: true
2

3
require 'dry/inflector'
4✔
4
require_relative 'mutils/version'
4✔
5
require_relative 'mutils/lib/helper'
4✔
6
require_relative 'mutils/lib/result_hash'
4✔
7
require_relative 'mutils/serialization/serialization_results'
4✔
8
require_relative 'mutils/serialization/serialization_includes'
4✔
9
require_relative 'mutils/serialization/serialization_methods'
4✔
10
require_relative 'mutils/serialization/base_serializer'
4✔
11

12
module Mutils
4✔
13
  class Error < StandardError
4✔
14
  end
15
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