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

Code-Vedas / mutils / 7257011594

19 Dec 2023 03:13AM CUT coverage: 100.0%. Remained the same
7257011594

push

github

web-flow
build(deps): bump rubocop from 1.58.0 to 1.59.0 (#270)

Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.58.0 to 1.59.0.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop/compare/v1.58.0...v1.59.0)

---
updated-dependencies:
- dependency-name: rubocop
  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