kettle-soup-cover 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +18 -1
- data/CODE_OF_CONDUCT.md +80 -29
- data/CONTRIBUTING.md +87 -33
- data/LICENSE.txt +1 -1
- data/README.md +263 -63
- data/lib/kettle/soup/cover/version.rb +1 -1
- data/lib/kettle/soup/cover.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +56 -46
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b79eab6c78028cb61a9cdf3a9fcc99750a8a77934f258e068f34471cbb16ff33
|
4
|
+
data.tar.gz: 598f21459d351d9fecdbae69418dbc3869e4ab56d82446b5724df06e8ba462b4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e8e7dbcd76f206db85cf918f0d7dce2ee4523ad97e6eb53c1044e6a085c1f2c287dbd04079c5f421dd238e282daaa4e476467357dd0e97c252bbc5653f92482b
|
7
|
+
data.tar.gz: 953a7e8b3e684bb86163dd5fce7c7a00e79fe50fe2cf991be6d2a94e6dd93f3353019459b985108adf131fe40e209248c3699c1f3d1a49c9503af915076cf316
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/CHANGELOG.md
CHANGED
@@ -11,6 +11,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
11
11
|
### Fixed
|
12
12
|
### Removed
|
13
13
|
|
14
|
+
## [1.0.5] - 2025-04-03
|
15
|
+
### Added
|
16
|
+
- Documentation
|
17
|
+
- Support for malformed `K_SOUP_COV_FORMATTERS` (extra spaces)
|
18
|
+
- Code coverage tools QLTY, and CodeCov.io
|
19
|
+
- Added Ruby 3.3, 3.4 to CI
|
20
|
+
### Changed
|
21
|
+
- Update to Contributor Covenant 2.1
|
22
|
+
- Allow unsigned gem builds (for linux distros)
|
23
|
+
- Checksums are now created by `stone_checksums` gem
|
24
|
+
### Fixed
|
25
|
+
- Incorrect documentation of ENV variables that control gem behavior
|
26
|
+
- Prefer `Kernel.load` > `load` in gemspec
|
27
|
+
- https://github.com/simplecov-ruby/simplecov/issues/557#issuecomment-2630782358
|
28
|
+
|
14
29
|
## [1.0.4] - 2024-06-11
|
15
30
|
### Added
|
16
31
|
- Documentation
|
@@ -65,7 +80,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
65
80
|
## [0.1.0] - 2023-10-17
|
66
81
|
- Initial release
|
67
82
|
|
68
|
-
[Unreleased]: https://gitlab.com/kettle-rb/kettle-soup-cover/-/compare/v1.0.
|
83
|
+
[Unreleased]: https://gitlab.com/kettle-rb/kettle-soup-cover/-/compare/v1.0.4...HEAD
|
84
|
+
[1.0.4]: https://gitlab.com/kettle-rb/kettle-soup-cover/-/compare/v1.0.3...v1.0.4
|
85
|
+
[1.0.3]: https://gitlab.com/kettle-rb/kettle-soup-cover/-/compare/v1.0.2...v1.0.3
|
69
86
|
[1.0.2]: https://gitlab.com/kettle-rb/kettle-soup-cover/-/compare/v1.0.1...v1.0.2
|
70
87
|
[1.0.1]: https://gitlab.com/kettle-rb/kettle-soup-cover/-/compare/v1.0.0...v1.0.1
|
71
88
|
[1.0.0]: https://gitlab.com/kettle-rb/kettle-soup-cover/-/compare/v0.1.0...v1.0.0
|
data/CODE_OF_CONDUCT.md
CHANGED
@@ -1,84 +1,135 @@
|
|
1
|
+
|
1
2
|
# Contributor Covenant Code of Conduct
|
2
3
|
|
3
4
|
## Our Pledge
|
4
5
|
|
5
|
-
We as members, contributors, and leaders pledge to make participation in our
|
6
|
+
We as members, contributors, and leaders pledge to make participation in our
|
7
|
+
community a harassment-free experience for everyone, regardless of age, body
|
8
|
+
size, visible or invisible disability, ethnicity, sex characteristics, gender
|
9
|
+
identity and expression, level of experience, education, socio-economic status,
|
10
|
+
nationality, personal appearance, race, caste, color, religion, or sexual
|
11
|
+
identity and orientation.
|
6
12
|
|
7
|
-
We pledge to act and interact in ways that contribute to an open, welcoming,
|
13
|
+
We pledge to act and interact in ways that contribute to an open, welcoming,
|
14
|
+
diverse, inclusive, and healthy community.
|
8
15
|
|
9
16
|
## Our Standards
|
10
17
|
|
11
|
-
Examples of behavior that contributes to a positive environment for our
|
18
|
+
Examples of behavior that contributes to a positive environment for our
|
19
|
+
community include:
|
12
20
|
|
13
21
|
* Demonstrating empathy and kindness toward other people
|
14
22
|
* Being respectful of differing opinions, viewpoints, and experiences
|
15
23
|
* Giving and gracefully accepting constructive feedback
|
16
|
-
* Accepting responsibility and apologizing to those affected by our mistakes,
|
17
|
-
|
24
|
+
* Accepting responsibility and apologizing to those affected by our mistakes,
|
25
|
+
and learning from the experience
|
26
|
+
* Focusing on what is best not just for us as individuals, but for the overall
|
27
|
+
community
|
18
28
|
|
19
29
|
Examples of unacceptable behavior include:
|
20
30
|
|
21
|
-
* The use of sexualized language or imagery, and sexual attention or
|
22
|
-
|
31
|
+
* The use of sexualized language or imagery, and sexual attention or advances of
|
32
|
+
any kind
|
23
33
|
* Trolling, insulting or derogatory comments, and personal or political attacks
|
24
34
|
* Public or private harassment
|
25
|
-
* Publishing others' private information, such as a physical or email
|
26
|
-
|
35
|
+
* Publishing others' private information, such as a physical or email address,
|
36
|
+
without their explicit permission
|
27
37
|
* Other conduct which could reasonably be considered inappropriate in a
|
28
38
|
professional setting
|
29
39
|
|
30
40
|
## Enforcement Responsibilities
|
31
41
|
|
32
|
-
Community leaders are responsible for clarifying and enforcing our standards of
|
42
|
+
Community leaders are responsible for clarifying and enforcing our standards of
|
43
|
+
acceptable behavior and will take appropriate and fair corrective action in
|
44
|
+
response to any behavior that they deem inappropriate, threatening, offensive,
|
45
|
+
or harmful.
|
33
46
|
|
34
|
-
Community leaders have the right and responsibility to remove, edit, or reject
|
47
|
+
Community leaders have the right and responsibility to remove, edit, or reject
|
48
|
+
comments, commits, code, wiki edits, issues, and other contributions that are
|
49
|
+
not aligned to this Code of Conduct, and will communicate reasons for moderation
|
50
|
+
decisions when appropriate.
|
35
51
|
|
36
52
|
## Scope
|
37
53
|
|
38
|
-
This Code of Conduct applies within all community spaces, and also applies when
|
54
|
+
This Code of Conduct applies within all community spaces, and also applies when
|
55
|
+
an individual is officially representing the community in public spaces.
|
56
|
+
Examples of representing our community include using an official email address,
|
57
|
+
posting via an official social media account, or acting as an appointed
|
58
|
+
representative at an online or offline event.
|
39
59
|
|
40
60
|
## Enforcement
|
41
61
|
|
42
|
-
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
62
|
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
63
|
+
reported to the community leaders responsible for enforcement at
|
64
|
+
[![Contact BDFL][🚂bdfl-contact-img]][🚂bdfl-contact].
|
65
|
+
All complaints will be reviewed and investigated promptly and fairly.
|
43
66
|
|
44
|
-
All community leaders are obligated to respect the privacy and security of the
|
67
|
+
All community leaders are obligated to respect the privacy and security of the
|
68
|
+
reporter of any incident.
|
45
69
|
|
46
70
|
## Enforcement Guidelines
|
47
71
|
|
48
|
-
Community leaders will follow these Community Impact Guidelines in determining
|
72
|
+
Community leaders will follow these Community Impact Guidelines in determining
|
73
|
+
the consequences for any action they deem in violation of this Code of Conduct:
|
49
74
|
|
50
75
|
### 1. Correction
|
51
76
|
|
52
|
-
**Community Impact**: Use of inappropriate language or other behavior deemed
|
77
|
+
**Community Impact**: Use of inappropriate language or other behavior deemed
|
78
|
+
unprofessional or unwelcome in the community.
|
53
79
|
|
54
|
-
**Consequence**: A private, written warning from community leaders, providing
|
80
|
+
**Consequence**: A private, written warning from community leaders, providing
|
81
|
+
clarity around the nature of the violation and an explanation of why the
|
82
|
+
behavior was inappropriate. A public apology may be requested.
|
55
83
|
|
56
84
|
### 2. Warning
|
57
85
|
|
58
|
-
**Community Impact**: A violation through a single incident or series of
|
86
|
+
**Community Impact**: A violation through a single incident or series of
|
87
|
+
actions.
|
59
88
|
|
60
|
-
**Consequence**: A warning with consequences for continued behavior. No
|
89
|
+
**Consequence**: A warning with consequences for continued behavior. No
|
90
|
+
interaction with the people involved, including unsolicited interaction with
|
91
|
+
those enforcing the Code of Conduct, for a specified period of time. This
|
92
|
+
includes avoiding interactions in community spaces as well as external channels
|
93
|
+
like social media. Violating these terms may lead to a temporary or permanent
|
94
|
+
ban.
|
61
95
|
|
62
96
|
### 3. Temporary Ban
|
63
97
|
|
64
|
-
**Community Impact**: A serious violation of community standards, including
|
98
|
+
**Community Impact**: A serious violation of community standards, including
|
99
|
+
sustained inappropriate behavior.
|
65
100
|
|
66
|
-
**Consequence**: A temporary ban from any sort of interaction or public
|
101
|
+
**Consequence**: A temporary ban from any sort of interaction or public
|
102
|
+
communication with the community for a specified period of time. No public or
|
103
|
+
private interaction with the people involved, including unsolicited interaction
|
104
|
+
with those enforcing the Code of Conduct, is allowed during this period.
|
105
|
+
Violating these terms may lead to a permanent ban.
|
67
106
|
|
68
107
|
### 4. Permanent Ban
|
69
108
|
|
70
|
-
**Community Impact**: Demonstrating a pattern of violation of community
|
109
|
+
**Community Impact**: Demonstrating a pattern of violation of community
|
110
|
+
standards, including sustained inappropriate behavior, harassment of an
|
111
|
+
individual, or aggression toward or disparagement of classes of individuals.
|
71
112
|
|
72
|
-
**Consequence**: A permanent ban from any sort of public interaction within the
|
113
|
+
**Consequence**: A permanent ban from any sort of public interaction within the
|
114
|
+
community.
|
73
115
|
|
74
116
|
## Attribution
|
75
117
|
|
76
|
-
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
|
77
|
-
available at
|
78
|
-
|
79
|
-
Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
|
118
|
+
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
|
119
|
+
version 2.1, available at
|
120
|
+
[https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
|
80
121
|
|
81
|
-
|
122
|
+
Community Impact Guidelines were inspired by
|
123
|
+
[Mozilla's code of conduct enforcement ladder][Mozilla CoC].
|
82
124
|
|
83
125
|
For answers to common questions about this code of conduct, see the FAQ at
|
84
|
-
https://www.contributor-covenant.org/faq. Translations are available at
|
126
|
+
[https://www.contributor-covenant.org/faq][FAQ]. Translations are available at
|
127
|
+
[https://www.contributor-covenant.org/translations][translations].
|
128
|
+
|
129
|
+
[homepage]: https://www.contributor-covenant.org
|
130
|
+
[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
|
131
|
+
[Mozilla CoC]: https://github.com/mozilla/diversity
|
132
|
+
[FAQ]: https://www.contributor-covenant.org/faq
|
133
|
+
[translations]: https://www.contributor-covenant.org/translations
|
134
|
+
[🚂bdfl-contact]: http://www.railsbling.com/contact
|
135
|
+
[🚂bdfl-contact-img]: https://img.shields.io/badge/Contact-BDFL-0093D0.svg?style=flat&logo=rubyonrails&logoColor=red
|
data/CONTRIBUTING.md
CHANGED
@@ -1,56 +1,110 @@
|
|
1
|
-
|
1
|
+
# Contributing
|
2
2
|
|
3
3
|
Bug reports and pull requests are welcome on GitLab at [https://gitlab.com/kettle-rb/kettle-soup-cover][🚎src-main]
|
4
4
|
. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to
|
5
5
|
the [code of conduct][🤝conduct].
|
6
6
|
|
7
|
-
|
8
|
-
|
7
|
+
To submit a patch, please fork the project and create a patch with tests.
|
8
|
+
Once you're happy with it send a pull request.
|
9
9
|
|
10
|
-
|
10
|
+
We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
|
11
11
|
|
12
|
-
##
|
12
|
+
## You can help!
|
13
13
|
|
14
|
-
|
14
|
+
Simply follow these instructions:
|
15
15
|
|
16
|
-
1.
|
17
|
-
2.
|
18
|
-
3.
|
19
|
-
4.
|
20
|
-
5.
|
21
|
-
|
22
|
-
|
23
|
-
7. Run `git pull origin main` to ensure you will release the latest trunk code.
|
24
|
-
8. Set `SOURCE_DATE_EPOCH` so `rake build` and `rake release` use same timestamp, and generate same checksums
|
25
|
-
a. Run `export SOURCE_DATE_EPOCH=$EPOCHSECONDS && echo $SOURCE_DATE_EPOCH`
|
26
|
-
b. If the echo above has no output, then it didn't work.
|
27
|
-
c. Note that you'll need the `zsh/datetime` module, if running `zsh`.
|
28
|
-
d. In `bash` you can use `date +%s` instead, i.e. `export SOURCE_DATE_EPOCH=$(date +%s) && echo $SOURCE_DATE_EPOCH`
|
29
|
-
9. Run `bundle exec rake build`
|
30
|
-
10. Run [`bin/checksums`][🔒️rubygems-checksums-pr] to create SHA-256 and SHA-512 checksums
|
31
|
-
a. Checksums will be committed automatically by the script, but not pushed
|
32
|
-
11. Run `bundle exec rake release` which will create a git tag for the version,
|
33
|
-
push git commits and tags, and push the `.gem` file to [rubygems.org][💎rubygems]
|
16
|
+
1. Fork the repository
|
17
|
+
2. Create your feature branch (`git checkout -b my-new-feature`)
|
18
|
+
3. Make some fixes.
|
19
|
+
4. Commit your changes (`git commit -am 'Added some feature'`)
|
20
|
+
5. Push to the branch (`git push origin my-new-feature`)
|
21
|
+
6. Make sure to add tests for it. This is important, so it doesn't break in a future release.
|
22
|
+
7. Create new Pull Request.
|
34
23
|
|
35
|
-
|
36
|
-
|
37
|
-
|
24
|
+
## The Reek List
|
25
|
+
|
26
|
+
Take a look at the `reek` list which is the file called `REEK` and find something to improve.
|
27
|
+
|
28
|
+
To refresh the `reek` list:
|
29
|
+
|
30
|
+
```bash
|
31
|
+
bundle exec reek > REEK
|
32
|
+
```
|
33
|
+
|
34
|
+
## Run Tests
|
35
|
+
|
36
|
+
To run all tests
|
37
|
+
|
38
|
+
```bash
|
39
|
+
bundle exec rake test
|
40
|
+
```
|
41
|
+
|
42
|
+
## Lint It
|
43
|
+
|
44
|
+
Run all the default tasks, which includes running the gradually autocorrecting linter, `rubocop-gradual`.
|
45
|
+
|
46
|
+
```bash
|
47
|
+
bundle exec rake
|
48
|
+
```
|
49
|
+
|
50
|
+
Or just run the linter.
|
51
|
+
|
52
|
+
```bash
|
53
|
+
bundle exec rake rubocop_gradual:autocorrect
|
54
|
+
```
|
38
55
|
|
39
56
|
## Contributors
|
40
57
|
|
41
|
-
|
58
|
+
Your picture could be here!
|
59
|
+
|
60
|
+
[![Contributors][🖐contributors-img]][🖐contributors]
|
42
61
|
|
43
62
|
Made with [contributors-img][🖐contrib-rocks].
|
44
63
|
|
45
|
-
|
64
|
+
Also see GitLab Contributors: [https://gitlab.com/kettle-rb/kettle-soup-cover/-/graphs/main][🚎contributors-gl]
|
65
|
+
|
66
|
+
## For Maintainers
|
67
|
+
|
68
|
+
### One-time, Per-maintainer, Setup
|
69
|
+
|
70
|
+
**IMPORTANT**: Your public key for signing gems will need to be picked up by the line in the
|
71
|
+
`gemspec` defining the `spec.cert_chain` (check the relevant ENV variables there),
|
72
|
+
in order to sign the new release.
|
73
|
+
See: [RubyGems Security Guide][🔒️rubygems-security-guide]
|
74
|
+
|
75
|
+
### To release a new version:
|
76
|
+
|
77
|
+
1. Run `bin/setup && bin/rake` as a tests, coverage, & linting sanity check
|
78
|
+
2. Update the version number in `version.rb`, and ensure `CHANGELOG.md` reflects changes
|
79
|
+
3. Run `bin/setup && bin/rake` again as a secondary check, and to update `Gemfile.lock`
|
80
|
+
4. Run `git commit -am "🔖 Prepare release v<VERSION>"` to commit the changes
|
81
|
+
5. Run `git push` to trigger the final CI pipeline before release, & merge PRs
|
82
|
+
- NOTE: Remember to [check the build][🧪build]!
|
83
|
+
6. Run `export GIT_TRUNK_BRANCH_NAME="$(git remote show origin | grep 'HEAD branch' | cut -d ' ' -f5)" && echo $GIT_TRUNK_BRANCH_NAME`
|
84
|
+
7. Run `git checkout $GIT_TRUNK_BRANCH_NAME`
|
85
|
+
8. Run `git pull origin $GIT_TRUNK_BRANCH_NAME` to ensure you will release the latest trunk code
|
86
|
+
9. Set `SOURCE_DATE_EPOCH` so `rake build` and `rake release` use same timestamp, and generate same checksums
|
87
|
+
- Run `export SOURCE_DATE_EPOCH=$EPOCHSECONDS && echo $SOURCE_DATE_EPOCH`
|
88
|
+
- If the echo above has no output, then it didn't work.
|
89
|
+
- Note that you'll need the `zsh/datetime` module, if running `zsh`.
|
90
|
+
- In `bash` you can use `date +%s` instead, i.e. `export SOURCE_DATE_EPOCH=$(date +%s) && echo $SOURCE_DATE_EPOCH`
|
91
|
+
10. Run `bundle exec rake build`
|
92
|
+
11. Run `bin/gem_checksums` (more context [1][🔒️rubygems-checksums-pr] and [2][🔒️rubygems-guides-pr])
|
93
|
+
to create SHA-256 and SHA-512 checksums
|
94
|
+
- Checksums will be committed automatically by the script, but not pushed
|
95
|
+
12. Run `bundle exec rake release` which will create a git tag for the version,
|
96
|
+
push git commits and tags, and push the `.gem` file to [rubygems.org][💎rubygems]
|
46
97
|
|
98
|
+
[🚎src-main]: https://gitlab.com/kettle-rb/kettle-soup-cover
|
47
99
|
[🧪build]: https://github.com/kettle-rb/kettle-soup-cover/actions
|
48
100
|
[🤝conduct]: https://gitlab.com/kettle-rb/kettle-soup-cover/-/blob/main/CODE_OF_CONDUCT.md
|
49
101
|
[🖐contrib-rocks]: https://contrib.rocks
|
50
|
-
[🖐contributors
|
102
|
+
[🖐contributors]: https://github.com/kettle-rb/kettle-soup-cover/graphs/contributors
|
103
|
+
[🚎contributors-gl]: https://gitlab.com/kettle-rb/kettle-soup-cover/-/graphs/main
|
51
104
|
[🖐contributors-img]: https://contrib.rocks/image?repo=kettle-rb/kettle-soup-cover
|
52
|
-
[🖐contributors-gl]: https://gitlab.com/kettle-rb/kettle-soup-cover/-/graphs/main
|
53
105
|
[💎rubygems]: https://rubygems.org
|
54
106
|
[🔒️rubygems-security-guide]: https://guides.rubygems.org/security/#building-gems
|
55
|
-
[🔒️rubygems-checksums-pr]: https://github.com/rubygems/
|
56
|
-
[
|
107
|
+
[🔒️rubygems-checksums-pr]: https://github.com/rubygems/rubygems/pull/6022
|
108
|
+
[🔒️rubygems-guides-pr]: https://github.com/rubygems/guides/pull/325
|
109
|
+
[📗keep-changelog]: https://keepachangelog.com/en/1.0.0/
|
110
|
+
[📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-FFDD67.svg?style=flat
|
data/LICENSE.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
The MIT License (MIT)
|
2
2
|
|
3
|
-
Copyright (c) 2023 -
|
3
|
+
Copyright (c) 2023 - 2025 Peter Boling (railsbling.com)
|
4
4
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
data/README.md
CHANGED
@@ -6,6 +6,32 @@
|
|
6
6
|
|
7
7
|
# Kettle::Soup::Cover
|
8
8
|
|
9
|
+
[![Version][👽versioni]][👽version]
|
10
|
+
[![License: MIT][📄license-img]][📄license-ref]
|
11
|
+
[![Downloads Rank][👽dl-ranki]][👽dl-rank]
|
12
|
+
[![Open Source Helpers][👽oss-helpi]][👽oss-help]
|
13
|
+
[![Depfu][🔑depfui♻️]][🔑depfu]
|
14
|
+
[![CodeCov Test Coverage][🔑codecovi♻️]][🔑codecov]
|
15
|
+
[![Coveralls Test Coverage][🔑coveralls-img]][🔑coveralls]
|
16
|
+
[![CodeClimate Test Coverage][🔑cc-covi♻️]][🔑cc-cov]
|
17
|
+
[![Maintainability][🔑cc-mnti♻️]][🔑cc-mnt]
|
18
|
+
[![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf]
|
19
|
+
[![CI Current][🚎11-c-wfi]][🚎11-c-wf]
|
20
|
+
[![CI Supported][🚎6-s-wfi]][🚎6-s-wf]
|
21
|
+
[![CI Legacy][🚎4-lg-wfi]][🚎4-lg-wf]
|
22
|
+
[![CI Unsupported][🚎7-us-wfi]][🚎7-us-wf]
|
23
|
+
[![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf]
|
24
|
+
[![CI Style][🚎5-st-wfi]][🚎5-st-wf]
|
25
|
+
|
26
|
+
---
|
27
|
+
|
28
|
+
[![Liberapay Patrons][⛳liberapay-img]][⛳liberapay]
|
29
|
+
[![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor]
|
30
|
+
[![Buy me a coffee][🖇buyme-small-img]][🖇buyme]
|
31
|
+
[![Polar Shield][🖇polar-img]][🖇polar]
|
32
|
+
[![Donate to my FLOSS or refugee efforts at ko-fi.com][🖇kofi-img]][🖇kofi]
|
33
|
+
[![Donate to my FLOSS or refugee efforts using Patreon][🖇patreon-img]][🖇patreon]
|
34
|
+
|
9
35
|
A Covered Kettle of SOUP (Software of Unknown Provenance)
|
10
36
|
|
11
37
|
The name is derived in part from the medical devices field,
|
@@ -20,46 +46,29 @@ and I got all of them working, at the same time together, or al la carte. Kum-ba
|
|
20
46
|
A quick shot of raw coverage power, straight to your brain:
|
21
47
|
|
22
48
|
```shell
|
23
|
-
export
|
49
|
+
export K_SOUP_COV_DO=true # Means you want code coverage
|
50
|
+
export K_SOUP_COV_FORMATTERS="html,tty" # Set to some slice of "html,xml,rcov,lcov,json,tty"
|
51
|
+
export K_SOUP_COV_MIN_BRANCH=53 # Means you want to enforce X% branch coverage
|
52
|
+
export K_SOUP_COV_MIN_HARD=true # Means you want the build to fail if the coverage thresholds are not met
|
53
|
+
export K_SOUP_COV_MIN_LINE=69 # Means you want to enforce X% line coverage
|
54
|
+
export MAX_ROWS=5 # Setting for simplecov-console gem for tty output, limits to the worst N rows of bad coverage
|
24
55
|
```
|
25
56
|
|
26
57
|
I hope I've piqued your interest.
|
27
58
|
|
28
|
-
##
|
29
|
-
|
30
|
-
<div id="badges">
|
31
|
-
|
32
|
-
[![Liberapay Patrons][⛳liberapay-img]][⛳liberapay]
|
33
|
-
<span class="badge-buymeacoffee">
|
34
|
-
[![Sponsor Me][🖇sponsor-img]][🖇sponsor]
|
35
|
-
<a href="https://ko-fi.com/O5O86SNP4" target='_blank' title="Donate to my FLOSS or refugee efforts at ko-fi.com"><img src="https://img.shields.io/badge/buy%20me%20coffee-donate-yellow.svg" alt="Buy Me Coffee donation button" /></a>
|
36
|
-
</span>
|
37
|
-
<span class="badge-patreon">
|
38
|
-
<a href="https://patreon.com/galtzo" title="Donate to my FLOSS or refugee efforts using Patreon"><img src="https://img.shields.io/badge/patreon-donate-yellow.svg" alt="Patreon donate button" /></a>
|
39
|
-
</span>
|
40
|
-
|
41
|
-
---
|
42
|
-
|
43
|
-
<a rel="me" alt="Follow me on Ruby.social" href="https://ruby.social/@galtzo"><img src="https://img.shields.io/mastodon/follow/109447111526622197?domain=https%3A%2F%2Fruby.social&style=social&label=Follow%20%40galtzo%20on%20Ruby.social"></a>
|
44
|
-
[![Follow Me on X][🐦twitter-img]][🐦twitter]
|
45
|
-
[![Follow Me on LinkedIn][🖇linkedin-img]][🖇linkedin]
|
46
|
-
[![Subscribe to my Rubygems updates][💎rubygems-img]][💎rubygems]
|
47
|
-
[![My Blog][🚎blog-img]][🚎blog]
|
48
|
-
|
49
|
-
</div>
|
59
|
+
## Info you can shake a stick at
|
50
60
|
|
51
|
-
[
|
52
|
-
|
53
|
-
[
|
54
|
-
[
|
55
|
-
[
|
56
|
-
[
|
57
|
-
[
|
58
|
-
[
|
59
|
-
[
|
60
|
-
[
|
61
|
-
[
|
62
|
-
[🚎blog-img]: https://img.shields.io/badge/blog-railsbling-brightgreen.svg?style=flat
|
61
|
+
| Tokens to Remember | [![Gem name][⛳️name-img]][⛳️gem-name] [![Gem namespace][⛳️namespace-img]][⛳️gem-namespace] |
|
62
|
+
|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
63
|
+
| Works with MRI Ruby 3 | [![Ruby 3.0 Compat][💎ruby-3.0i]][🚎4-lg-wf] [![Ruby 3.1 Compat][💎ruby-3.1i]][🚎6-s-wf] [![Ruby 3.2 Compat][💎ruby-3.2i]][🚎6-s-wf] [![Ruby 3.3 Compat][💎ruby-3.3i]][🚎6-s-wf] [![Ruby 3.4 Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf] |
|
64
|
+
| Works with MRI Ruby 2 | [![Ruby 2.7 Compat][💎ruby-2.7i]][🚎7-us-wf] |
|
65
|
+
| Source | [![Source on GitLab.com][📜src-gl-img]][📜src-gl] [![Source on Github.com][📜src-gh-img]][📜src-gh] [![The best SHA: dQw4w9WgXcQ!][🧮kloc-img]][🧮kloc] |
|
66
|
+
| Documentation | [![Current release on RubyDoc.info][📜docs-cr-rd-img]][🚎yard-current] [![HEAD on RubyDoc.info][📜docs-head-rd-img]][🚎yard-head] [![BDFL Blog][🚂bdfl-blog-img]][🚂bdfl-blog] [![Wiki][📜wiki-img]][📜wiki] |
|
67
|
+
| Compliance | [![License: MIT][📄license-img]][📄license-ref] [![📄ilo-declaration-img]][📄ilo-declaration] [![Security Policy][🔐security-img]][🔐security] [![CodeQL][🖐codeQL-img]][🖐codeQL] [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct] [![SemVer 2.0.0][📌semver-img]][📌semver] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog] |
|
68
|
+
| Expert 1:1 Support | [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork] `or` [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor] |
|
69
|
+
| Enterprise Support | [![Get help from me on Tidelift][🏙️entsup-tidelift-img]][🏙️entsup-tidelift]<br/>💡Subscribe for support guarantees covering _all_ FLOSS dependencies!<br/>💡Tidelift is part of [Sonar][🏙️entsup-tidelift-sonar]!<br/>💡Tidelift pays maintainers to maintain the software you depend on!<br/>📊`@`Pointy Haired Boss: An [enterprise support][🏙️entsup-tidelift] subscription is "[never gonna let you down][🧮kloc]", and *supports* open source maintainers! |
|
70
|
+
| Comrade BDFL 🎖️ | [![Follow Me on LinkedIn][💖🖇linkedin-img]][💖🖇linkedin] [![Follow Me on Ruby.Social][💖🐘ruby-mast-img]][💖🐘ruby-mast] [![Follow Me on Bluesky][💖🦋bluesky-img]][💖🦋bluesky] [![Contact BDFL][🚂bdfl-contact-img]][🚂bdfl-contact] [![My technical writing][💖💁🏼♂️devto-img]][💖💁🏼♂️devto] |
|
71
|
+
| `...` 💖 | [![Find Me on WellFound:][💖✌️wellfound-img]][💖✌️wellfound] [![Find Me on CrunchBase][💖💲crunchbase-img]][💖💲crunchbase] [![My LinkTree][💖🌳linktree-img]][💖🌳linktree] [![More About Me][💖💁🏼♂️aboutme-img]][💖💁🏼♂️aboutme] |
|
63
72
|
|
64
73
|
## Installation
|
65
74
|
|
@@ -157,35 +166,82 @@ K_SOUP_COV_USE_MERGING
|
|
157
166
|
K_SOUP_COV_VERBOSE
|
158
167
|
```
|
159
168
|
|
160
|
-
Additionally some of the included gems, like [`simplecov-console`][simplecov-console],
|
169
|
+
Additionally, some of the included gems, like [`simplecov-console`][simplecov-console],
|
161
170
|
have their own complete suite of ENV variables you can configure.
|
162
171
|
|
163
172
|
[env-constants]: /lib/kettle/soup/cover.rb
|
164
173
|
[simplecov-console]: https://github.com/chetan/simplecov-console#options
|
165
174
|
|
166
|
-
##
|
175
|
+
## 🔐 Security
|
176
|
+
|
177
|
+
See [SECURITY.md][🔐security].
|
178
|
+
|
179
|
+
## 🤝 Contributing
|
180
|
+
|
181
|
+
If you need some ideas of where to help, you could work on adding more code coverage,
|
182
|
+
or if it is already 💯 (see [below](#code-coverage)) check TODOs (see [below](#todos)),
|
183
|
+
or check [issues][🤝issues], or [PRs][🤝pulls],
|
184
|
+
or use the gem and think about how it could be better.
|
185
|
+
|
186
|
+
We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
|
167
187
|
|
168
|
-
|
188
|
+
See [CONTRIBUTING.md][🤝contributing] for more detailed instructions.
|
169
189
|
|
170
|
-
|
190
|
+
### Code Coverage
|
171
191
|
|
172
|
-
|
192
|
+
[![Coverage Graph][🔑codecov-g♻️]][🔑codecov]
|
173
193
|
|
174
|
-
|
194
|
+
### 🪇 Code of Conduct
|
175
195
|
|
176
|
-
|
196
|
+
Everyone interacting in this project's codebases, issue trackers,
|
197
|
+
chat rooms and mailing lists is expected to follow the [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct].
|
177
198
|
|
178
|
-
|
199
|
+
## 🌈 Contributors
|
179
200
|
|
180
|
-
|
201
|
+
[![Contributors][🖐contributors-img]][🖐contributors]
|
181
202
|
|
182
|
-
|
183
|
-
bugs. Specifically, if a minor or patch version is released that breaks backward compatibility, a new version should be
|
184
|
-
immediately released that restores compatibility. Breaking changes to the public API will only be introduced with new
|
185
|
-
major versions.
|
203
|
+
Made with [contributors-img][🖐contrib-rocks].
|
186
204
|
|
187
|
-
|
188
|
-
|
205
|
+
Also see GitLab Contributors: [https://gitlab.com/kettle-rb/kettle-soup-cover/-/graphs/main][🚎contributors-gl]
|
206
|
+
|
207
|
+
## ⭐️ Star History
|
208
|
+
|
209
|
+
<a href="https://star-history.com/#kettle-rb/kettle-soup-cover&Date">
|
210
|
+
<picture>
|
211
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=kettle-rb/kettle-soup-cover&type=Date&theme=dark" />
|
212
|
+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=kettle-rb/kettle-soup-cover&type=Date" />
|
213
|
+
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=kettle-rb/kettle-soup-cover&type=Date" />
|
214
|
+
</picture>
|
215
|
+
</a>
|
216
|
+
|
217
|
+
## 📌 Versioning
|
218
|
+
|
219
|
+
This Library adheres to [![Semantic Versioning 2.0.0][📌semver-img]][📌semver].
|
220
|
+
Violations of this scheme should be reported as bugs.
|
221
|
+
Specifically, if a minor or patch version is released that breaks backward compatibility,
|
222
|
+
a new version should be immediately released that restores compatibility.
|
223
|
+
Breaking changes to the public API will only be introduced with new major versions.
|
224
|
+
|
225
|
+
### 📌 Is "Platform Support" part of the public API?
|
226
|
+
|
227
|
+
Yes. But I'm obligated to include notes...
|
228
|
+
|
229
|
+
SemVer should, but doesn't explicitly, say that dropping support for specific Platforms
|
230
|
+
is a *breaking change* to an API.
|
231
|
+
It is obvious to many, but not all, and since the spec is silent, the bike shedding is endless.
|
232
|
+
|
233
|
+
> dropping support for a platform is both obviously and objectively a breaking change
|
234
|
+
|
235
|
+
- Jordan Harband (@ljharb) [in SemVer issue 716][📌semver-breaking]
|
236
|
+
|
237
|
+
To get a better understanding of how SemVer is intended to work over a project's lifetime,
|
238
|
+
read this article from the creator of SemVer:
|
239
|
+
|
240
|
+
- ["Major Version Numbers are Not Sacred"][📌major-versions-not-sacred]
|
241
|
+
|
242
|
+
As a result of this policy, and the interpretive lens used by the maintainer,
|
243
|
+
you can (and should) specify a dependency on these libraries using
|
244
|
+
the [Pessimistic Version Constraint][📌pvc] with two digits of precision.
|
189
245
|
|
190
246
|
For example:
|
191
247
|
|
@@ -193,18 +249,162 @@ For example:
|
|
193
249
|
spec.add_dependency("kettle-soup-cover", "~> 1.0")
|
194
250
|
```
|
195
251
|
|
196
|
-
|
252
|
+
See [CHANGELOG.md][📌changelog] for list of releases.
|
253
|
+
|
254
|
+
## 📄 License
|
197
255
|
|
198
256
|
The gem is available as open source under the terms of
|
199
|
-
the [MIT License][license] [![License: MIT][license-img]][license-ref].
|
200
|
-
See [LICENSE][license] for the official [Copyright Notice][copyright-notice-explainer].
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
257
|
+
the [MIT License][📄license] [![License: MIT][📄license-img]][📄license-ref].
|
258
|
+
See [LICENSE.txt][📄license] for the official [Copyright Notice][📄copyright-notice-explainer].
|
259
|
+
|
260
|
+
### © Copyright
|
261
|
+
|
262
|
+
<p>
|
263
|
+
Copyright (c) 2023 - 2025 Peter H. Boling,
|
264
|
+
<a href="https://railsbling.com">
|
265
|
+
RailsBling.com
|
266
|
+
<picture>
|
267
|
+
<img alt="Rails Bling" height="20" src="https://railsbling.com/images/logos/RailsBling-TrainLogo.svg" />
|
268
|
+
</picture>
|
269
|
+
</a>
|
270
|
+
</p>
|
271
|
+
|
272
|
+
## 🤑 One more thing
|
273
|
+
|
274
|
+
You made it to the bottom of the page,
|
275
|
+
so perhaps you'll indulge me for another 20 seconds.
|
276
|
+
I maintain many dozens of gems, including this one,
|
277
|
+
because I want Ruby to be a great place for people to solve problems, big and small.
|
278
|
+
Please consider supporting my efforts via the giant yellow link below,
|
279
|
+
or one of the others at the head of this README.
|
280
|
+
|
281
|
+
[![Buy me a latte][🖇buyme-img]][🖇buyme]
|
282
|
+
|
283
|
+
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
284
|
+
[⛳️gem-namespace]: https://github.com/kettle-rb/kettle-soup-cover/blob/main/lib/masq.rb
|
285
|
+
[⛳️namespace-img]: https://img.shields.io/badge/namespace-Kettle%3A%3ASoup%3A%3ACover-brightgreen.svg?style=flat&logo=ruby&logoColor=white
|
286
|
+
[⛳️gem-name]: https://rubygems.org/gems/kettle-soup-cover
|
287
|
+
[⛳️name-img]: https://img.shields.io/badge/name-kettle--soup--cover-brightgreen.svg?style=flat&logo=rubygems&logoColor=red
|
288
|
+
[🚂bdfl-blog]: http://www.railsbling.com/tags/kettle-soup-cover
|
289
|
+
[🚂bdfl-blog-img]: https://img.shields.io/badge/blog-railsbling-0093D0.svg?style=for-the-badge&logo=rubyonrails&logoColor=orange
|
290
|
+
[🚂bdfl-contact]: http://www.railsbling.com/contact
|
291
|
+
[🚂bdfl-contact-img]: https://img.shields.io/badge/Contact-BDFL-0093D0.svg?style=flat&logo=rubyonrails&logoColor=red
|
292
|
+
[💖🖇linkedin]: http://www.linkedin.com/in/peterboling
|
293
|
+
[💖🖇linkedin-img]: https://img.shields.io/badge/PeterBoling-LinkedIn-0B66C2?style=flat&logo=newjapanprowrestling
|
294
|
+
[💖✌️wellfound]: https://angel.co/u/peter-boling
|
295
|
+
[💖✌️wellfound-img]: https://img.shields.io/badge/peter--boling-orange?style=flat&logo=wellfound
|
296
|
+
[💖💲crunchbase]: https://www.crunchbase.com/person/peter-boling
|
297
|
+
[💖💲crunchbase-img]: https://img.shields.io/badge/peter--boling-purple?style=flat&logo=crunchbase
|
298
|
+
[💖🐘ruby-mast]: https://ruby.social/@galtzo
|
299
|
+
[💖🐘ruby-mast-img]: https://img.shields.io/mastodon/follow/109447111526622197?domain=https%3A%2F%2Fruby.social&style=flat&logo=mastodon&label=Ruby%20%40galtzo
|
300
|
+
[💖🦋bluesky]: https://galtzo.bsky.social
|
301
|
+
[💖🦋bluesky-img]: https://img.shields.io/badge/@galtzo.bsky.social-0285FF?style=flat&logo=bluesky&logoColor=white
|
302
|
+
[💖🌳linktree]: https://linktr.ee/galtzo
|
303
|
+
[💖🌳linktree-img]: https://img.shields.io/badge/galtzo-purple?style=flat&logo=linktree
|
304
|
+
[💖💁🏼♂️devto]: https://dev.to/galtzo
|
305
|
+
[💖💁🏼♂️devto-img]: https://img.shields.io/badge/dev.to-0A0A0A?style=flat&logo=devdotto&logoColor=white
|
306
|
+
[💖💁🏼♂️aboutme]: https://about.me/peter.boling
|
307
|
+
[💖💁🏼♂️aboutme-img]: https://img.shields.io/badge/about.me-0A0A0A?style=flat&logo=aboutme&logoColor=white
|
308
|
+
[👨🏼🏫expsup-upwork]: https://www.upwork.com/freelancers/~014942e9b056abdf86?mp_source=share
|
309
|
+
[👨🏼🏫expsup-upwork-img]: https://img.shields.io/badge/UpWork-13544E?style=for-the-badge&logo=Upwork&logoColor=white
|
310
|
+
[👨🏼🏫expsup-codementor]: https://www.codementor.io/peterboling?utm_source=github&utm_medium=button&utm_term=peterboling&utm_campaign=github
|
311
|
+
[👨🏼🏫expsup-codementor-img]: https://img.shields.io/badge/CodeMentor-Get_Help-1abc9c?style=for-the-badge&logo=CodeMentor&logoColor=white
|
312
|
+
[🏙️entsup-tidelift]: https://tidelift.com/subscription
|
313
|
+
[🏙️entsup-tidelift-img]: https://img.shields.io/badge/Tidelift_and_Sonar-Enterprise_Support-FD3456?style=for-the-badge&logo=sonar&logoColor=white
|
314
|
+
[🏙️entsup-tidelift-sonar]: https://blog.tidelift.com/tidelift-joins-sonar
|
315
|
+
[💁🏼♂️peterboling]: http://www.peterboling.com
|
316
|
+
[🚂railsbling]: http://www.railsbling.com
|
317
|
+
[📜src-gl-img]: https://img.shields.io/badge/GitLab-FBA326?style=for-the-badge&logo=Gitlab&logoColor=orange
|
318
|
+
[📜src-gl]: https://gitlab.com/kettle-rb/kettle-soup-cover/
|
319
|
+
[📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=Github&logoColor=green
|
320
|
+
[📜src-gh]: https://github.com/kettle-rb/kettle-soup-cover
|
321
|
+
[📜docs-cr-rd-img]: https://img.shields.io/badge/RubyDoc-Current_Release-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
322
|
+
[📜docs-head-rd-img]: https://img.shields.io/badge/RubyDoc-HEAD-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
323
|
+
[📜wiki]: https://gitlab.com/kettle-rb/kettle-soup-cover/-/wikis/home
|
324
|
+
[📜wiki-img]: https://img.shields.io/badge/wiki-examples-943CD2.svg?style=for-the-badge&logo=Wiki&logoColor=white
|
325
|
+
[👽dl-rank]: https://rubygems.org/gems/kettle-soup-cover
|
326
|
+
[👽dl-ranki]: https://img.shields.io/gem/rd/kettle-soup-cover.svg
|
327
|
+
[👽oss-help]: https://www.codetriage.com/kettle-rb/kettle-soup-cover
|
328
|
+
[👽oss-helpi]: https://www.codetriage.com/kettle-rb/kettle-soup-cover/badges/users.svg
|
329
|
+
[👽version]: https://rubygems.org/gems/kettle-soup-cover
|
330
|
+
[👽versioni]: https://img.shields.io/gem/v/kettle-soup-cover.svg
|
331
|
+
[🔑cc-mnt]: https://qlty.sh/gh/kettle-rb/projects/kettle-soup-cover
|
332
|
+
[🔑cc-mnti♻️]: https://qlty.sh/badges/75db1a51-b8ab-423a-b396-8b518067d8c3/maintainability.svg
|
333
|
+
[🔑cc-cov]: https://qlty.sh/gh/kettle-rb/projects/kettle-soup-cover
|
334
|
+
[🔑cc-covi♻️]: https://qlty.sh/badges/75db1a51-b8ab-423a-b396-8b518067d8c3/test_coverage.svg
|
335
|
+
[🔑codecov]: https://codecov.io/gh/kettle-rb/kettle-soup-cover
|
336
|
+
[🔑codecovi♻️]: https://codecov.io/gh/kettle-rb/kettle-soup-cover/branch/main/graph/badge.svg?token=0X5VEW9USD
|
337
|
+
[🔑coveralls]: https://coveralls.io/github/kettle-rb/kettle-soup-cover?branch=main
|
338
|
+
[🔑coveralls-img]: https://coveralls.io/repos/github/kettle-rb/kettle-soup-cover/badge.svg?branch=main
|
339
|
+
[🔑depfu]: https://depfu.com/github/kettle-rb/kettle-soup-cover?project_id=60302
|
340
|
+
[🔑depfui♻️]: https://badges.depfu.com/badges/71e1a65eafef1b12a044bf04bbea4f90/count.svg
|
341
|
+
[🖐codeQL]: https://github.com/kettle-rb/kettle-soup-cover/security/code-scanning
|
342
|
+
[🖐codeQL-img]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/codeql-analysis.yml/badge.svg
|
343
|
+
[🚎1-an-wf]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/ancient.yml
|
344
|
+
[🚎1-an-wfi]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/ancient.yml/badge.svg
|
345
|
+
[🚎2-cov-wf]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/coverage.yml
|
346
|
+
[🚎2-cov-wfi]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/coverage.yml/badge.svg
|
347
|
+
[🚎3-hd-wf]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/heads.yml
|
348
|
+
[🚎3-hd-wfi]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/heads.yml/badge.svg
|
349
|
+
[🚎4-lg-wf]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/legacy.yml
|
350
|
+
[🚎4-lg-wfi]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/legacy.yml/badge.svg
|
351
|
+
[🚎5-st-wf]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/style.yml
|
352
|
+
[🚎5-st-wfi]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/style.yml/badge.svg
|
353
|
+
[🚎6-s-wf]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/supported.yml
|
354
|
+
[🚎6-s-wfi]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/supported.yml/badge.svg
|
355
|
+
[🚎7-us-wf]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/unsupported.yml
|
356
|
+
[🚎7-us-wfi]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/unsupported.yml/badge.svg
|
357
|
+
[🚎8-ho-wf]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/hoary.yml
|
358
|
+
[🚎8-ho-wfi]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/hoary.yml/badge.svg
|
359
|
+
[🚎11-c-wf]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/current.yml
|
360
|
+
[🚎11-c-wfi]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/current.yml/badge.svg
|
361
|
+
[⛳liberapay-img]: https://img.shields.io/liberapay/patrons/pboling.svg?logo=liberapay
|
362
|
+
[⛳liberapay]: https://liberapay.com/pboling/donate
|
363
|
+
[🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
|
364
|
+
[🖇sponsor]: https://github.com/sponsors/pboling
|
365
|
+
[🖇polar-img]: https://polar.sh/embed/seeks-funding-shield.svg?org=pboling
|
366
|
+
[🖇polar]: https://polar.sh/pboling
|
367
|
+
[🖇kofi-img]: https://img.shields.io/badge/buy_me_coffee-donate-yellow.svg
|
368
|
+
[🖇kofi]: https://ko-fi.com/O5O86SNP4
|
369
|
+
[🖇patreon-img]: https://img.shields.io/badge/patreon-donate-yellow.svg
|
370
|
+
[🖇patreon]: https://patreon.com/galtzo
|
371
|
+
[💎ruby-2.7i]: https://img.shields.io/badge/Ruby-2.7-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
|
372
|
+
[💎ruby-3.0i]: https://img.shields.io/badge/Ruby-3.0-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
373
|
+
[💎ruby-3.1i]: https://img.shields.io/badge/Ruby-3.1-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
374
|
+
[💎ruby-3.2i]: https://img.shields.io/badge/Ruby-3.2-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
375
|
+
[💎ruby-3.3i]: https://img.shields.io/badge/Ruby-3.3-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
376
|
+
[💎ruby-c-i]: https://img.shields.io/badge/Ruby-current-CC342D?style=for-the-badge&logo=ruby&logoColor=green
|
377
|
+
[💎ruby-headi]: https://img.shields.io/badge/Ruby-HEAD-CC342D?style=for-the-badge&logo=ruby&logoColor=blue
|
378
|
+
[🤝issues]: https://github.com/kettle-rb/kettle-soup-cover/issues
|
379
|
+
[🤝pulls]: https://github.com/kettle-rb/kettle-soup-cover/pulls
|
380
|
+
[🤝contributing]: CONTRIBUTING.md
|
381
|
+
[🔑codecov-g♻️]: https://codecov.io/gh/kettle-rb/kettle-soup-cover/graphs/tree.svg?token=0X5VEW9USD
|
382
|
+
[🖐contrib-rocks]: https://contrib.rocks
|
383
|
+
[🖐contributors]: https://github.com/kettle-rb/kettle-soup-cover/graphs/contributors
|
384
|
+
[🖐contributors-img]: https://contrib.rocks/image?repo=kettle-rb/kettle-soup-cover
|
385
|
+
[🚎contributors-gl]: https://gitlab.com/kettle-rb/kettle-soup-cover/-/graphs/main
|
386
|
+
[🪇conduct]: CODE_OF_CONDUCT.md
|
387
|
+
[🪇conduct-img]: https://img.shields.io/badge/Contributor_Covenant-2.1-4baaaa.svg
|
388
|
+
[📌pvc]: http://guides.rubygems.org/patterns/#pessimistic-version-constraint
|
389
|
+
[📌semver]: https://semver.org/spec/v2.0.0.html
|
390
|
+
[📌semver-img]: https://img.shields.io/badge/semver-2.0.0-FFDD67.svg?style=flat
|
391
|
+
[📌semver-breaking]: https://github.com/semver/semver/issues/716#issuecomment-869336139
|
392
|
+
[📌major-versions-not-sacred]: https://tom.preston-werner.com/2022/05/23/major-version-numbers-are-not-sacred.html
|
393
|
+
[📌changelog]: CHANGELOG.md
|
394
|
+
[📗keep-changelog]: https://keepachangelog.com/en/1.0.0/
|
395
|
+
[📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-FFDD67.svg?style=flat
|
396
|
+
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
397
|
+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.075-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
398
|
+
[🔐security]: SECURITY.md
|
399
|
+
[🔐security-img]: https://img.shields.io/badge/security-policy-brightgreen.svg?style=flat
|
400
|
+
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
401
|
+
[📄license]: LICENSE.txt
|
402
|
+
[📄license-ref]: https://opensource.org/licenses/MIT
|
403
|
+
[📄license-img]: https://img.shields.io/badge/License-MIT-green.svg
|
404
|
+
[📄ilo-declaration]: https://www.ilo.org/declaration/lang--en/index.htm
|
405
|
+
[📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-brightgreen.svg?style=flat
|
406
|
+
[🚎yard-current]: http://rubydoc.info/gems/kettle-soup-cover
|
407
|
+
[🚎yard-head]: https://rubydoc.info/github/kettle-rb/kettle-soup-cover/main
|
408
|
+
[🖇buyme-img]: https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20latte&emoji=&slug=pboling&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff
|
409
|
+
[🖇buyme]: https://www.buymeacoffee.com/pboling
|
410
|
+
[🖇buyme-small-img]: https://img.shields.io/badge/Buy--Me--A--Coffee-✓-brightgreen.svg?style=flat
|
data/lib/kettle/soup/cover.rb
CHANGED
@@ -102,7 +102,7 @@ module Kettle
|
|
102
102
|
IS_CI ? "html,xml,rcov,lcov,json,tty" : "html,tty",
|
103
103
|
)
|
104
104
|
.split(",")
|
105
|
-
.map { |fmt_name| FORMATTER_PLUGINS[fmt_name.to_sym] }
|
105
|
+
.map { |fmt_name| FORMATTER_PLUGINS[fmt_name.strip.to_sym] }
|
106
106
|
MIN_COVERAGE_HARD = ENV_GET.call("MIN_HARD", CI).casecmp?(TRUE)
|
107
107
|
MIN_COVERAGE_BRANCH = ENV_GET.call("MIN_BRANCH", "80").to_i
|
108
108
|
MIN_COVERAGE_LINE = ENV_GET.call("MIN_LINE", "80").to_i
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,42 +1,41 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kettle-soup-cover
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Boling
|
8
|
-
autorequire:
|
9
8
|
bindir: exe
|
10
9
|
cert_chain:
|
11
10
|
- |
|
12
11
|
-----BEGIN CERTIFICATE-----
|
13
12
|
MIIEgDCCAuigAwIBAgIBATANBgkqhkiG9w0BAQsFADBDMRUwEwYDVQQDDAxwZXRl
|
14
13
|
ci5ib2xpbmcxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkW
|
15
|
-
|
14
|
+
A2NvbTAeFw0yNDA5MjAwODU4NDJaFw0yNTA5MjAwODU4NDJaMEMxFTATBgNVBAMM
|
16
15
|
DHBldGVyLmJvbGluZzEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPy
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
/
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
16
|
+
LGQBGRYDY29tMIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEAjrxsKObI
|
17
|
+
rFQjBpzvVfqnT6JlF8/pkpgEEjFh7ex3zIerfuHzZvSrx+sRDGxQ8koWWG0Wjx8s
|
18
|
+
wkBZ5dIqvl0g3sWP5asa28u/09opxkQTC1Ao77iYxcBcwoCe/Dpf1m4Q/m6oH0kL
|
19
|
+
2AZVNJQL3UkqAcLS0tsj/s/jAKnVlsaZZE5gQiIIi8HtkvSsajtx+Cq2AxDvcWvV
|
20
|
+
/CliD+pmzYkTjvjwGm8yeyFGGGgrisJMryiZdZlkTwrQSjCzudIKbLeuG8Se4JTD
|
21
|
+
TAcT+rPubr27v1jwmtIjtiot3rf4nof7LHLb122a/0VR7cC7xPLnXw0Cq1BShvoq
|
22
|
+
/GKRdSwMNinTOGkFTK1gKnjN+3iD4zyXU3XO3CXoTr+Ju8fXPN1x4tpOMgbv8dme
|
23
|
+
WbcQMOH9ZjmA5w0bSVRL1c3NhRRpUzrKTNXBEvqOyWjUnintxWKj+cRXx+z+dUgI
|
24
|
+
dL3kj68fcsiTgl75In3C485pnCMmq1eLuVoiy3jkLNOn2lHeLt9ZK63LAgMBAAGj
|
25
|
+
fzB9MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBRhfc+2UaVYd74p
|
26
|
+
yJ1JclGiUYN8+jAhBgNVHREEGjAYgRZwZXRlci5ib2xpbmdAZ21haWwuY29tMCEG
|
28
27
|
A1UdEgQaMBiBFnBldGVyLmJvbGluZ0BnbWFpbC5jb20wDQYJKoZIhvcNAQELBQAD
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
28
|
+
ggGBAA4fLU2+mQ++jBhVM2IeyvQdw1nm+0thkH4Ldv8ZOBm5ZxCPGIMoYliDDzg4
|
29
|
+
4JDFxZR1wR4sdrz/K5tWtEkN23SKzopwbNb1NIQRSLQ7nOoc+4bkuz9xwKinmIvF
|
30
|
+
D+5qsl2S27WLKFreMDtGoh0CREIMBUxU4rGTh0gtzmweGR+fnOShg4Jo0kxrjU5h
|
31
|
+
uYk/uVE+bn/jOEGs43GvKXZLyshpBrZjQ+ArbvxDht5t35zbSxerbUxUPZUbXUCW
|
32
|
+
tTyh38a9UYjAAHvnh6Y4Fi9wd4/pGNsektrzB3z/zlVj4YF2TMLX9XfNJWEGRGpO
|
33
|
+
sSkLYdtEX1WQAmuZtActVW2cL3HdQaRbiv7VbfpA0eSk0ZdZHvBCl516ZZu10uX6
|
34
|
+
82W1mg6fuezdpeBOiXwrEbZSt/oGiF4V511F6nd55p0okwHc/6nS10F/3aKJ4gwC
|
35
|
+
I5o+DRfXQHqKucx1ldFHvI2rE/kSCWqGTHN2eyu1sqCPeOoIMxrltJhaejKPkxqj
|
36
|
+
zaF9Og==
|
38
37
|
-----END CERTIFICATE-----
|
39
|
-
date:
|
38
|
+
date: 2025-04-04 00:00:00.000000000 Z
|
40
39
|
dependencies:
|
41
40
|
- !ruby/object:Gem::Dependency
|
42
41
|
name: version_gem
|
@@ -72,6 +71,20 @@ dependencies:
|
|
72
71
|
- - "~>"
|
73
72
|
- !ruby/object:Gem::Version
|
74
73
|
version: '13.0'
|
74
|
+
- !ruby/object:Gem::Dependency
|
75
|
+
name: stone_checksums
|
76
|
+
requirement: !ruby/object:Gem::Requirement
|
77
|
+
requirements:
|
78
|
+
- - "~>"
|
79
|
+
- !ruby/object:Gem::Version
|
80
|
+
version: '1.0'
|
81
|
+
type: :development
|
82
|
+
prerelease: false
|
83
|
+
version_requirements: !ruby/object:Gem::Requirement
|
84
|
+
requirements:
|
85
|
+
- - "~>"
|
86
|
+
- !ruby/object:Gem::Version
|
87
|
+
version: '1.0'
|
75
88
|
- !ruby/object:Gem::Dependency
|
76
89
|
name: simplecov
|
77
90
|
requirement: !ruby/object:Gem::Requirement
|
@@ -290,20 +303,6 @@ dependencies:
|
|
290
303
|
- - "~>"
|
291
304
|
- !ruby/object:Gem::Version
|
292
305
|
version: '2.24'
|
293
|
-
- !ruby/object:Gem::Dependency
|
294
|
-
name: standard
|
295
|
-
requirement: !ruby/object:Gem::Requirement
|
296
|
-
requirements:
|
297
|
-
- - ">="
|
298
|
-
- !ruby/object:Gem::Version
|
299
|
-
version: 1.35.1
|
300
|
-
type: :development
|
301
|
-
prerelease: false
|
302
|
-
version_requirements: !ruby/object:Gem::Requirement
|
303
|
-
requirements:
|
304
|
-
- - ">="
|
305
|
-
- !ruby/object:Gem::Version
|
306
|
-
version: 1.35.1
|
307
306
|
- !ruby/object:Gem::Dependency
|
308
307
|
name: rspec
|
309
308
|
requirement: !ruby/object:Gem::Requirement
|
@@ -379,7 +378,13 @@ email:
|
|
379
378
|
- peter.boling@gmail.com
|
380
379
|
executables: []
|
381
380
|
extensions: []
|
382
|
-
extra_rdoc_files:
|
381
|
+
extra_rdoc_files:
|
382
|
+
- CHANGELOG.md
|
383
|
+
- CODE_OF_CONDUCT.md
|
384
|
+
- CONTRIBUTING.md
|
385
|
+
- LICENSE.txt
|
386
|
+
- README.md
|
387
|
+
- SECURITY.md
|
383
388
|
files:
|
384
389
|
- CHANGELOG.md
|
385
390
|
- CODE_OF_CONDUCT.md
|
@@ -402,15 +407,21 @@ licenses:
|
|
402
407
|
- MIT
|
403
408
|
metadata:
|
404
409
|
homepage_uri: https://kettle-rb.gitlab.io/
|
405
|
-
source_code_uri: https://gitlab.com/kettle-rb/kettle-soup-cover/-/tree/v1.0.
|
406
|
-
changelog_uri: https://gitlab.com/kettle-rb/kettle-soup-cover/-/blob/v1.0.
|
410
|
+
source_code_uri: https://gitlab.com/kettle-rb/kettle-soup-cover/-/tree/v1.0.5
|
411
|
+
changelog_uri: https://gitlab.com/kettle-rb/kettle-soup-cover/-/blob/v1.0.5/CHANGELOG.md
|
407
412
|
bug_tracker_uri: https://gitlab.com/kettle-rb/kettle-soup-cover/-/issues
|
408
|
-
documentation_uri: https://www.rubydoc.info/gems/kettle-soup-cover/1.0.
|
413
|
+
documentation_uri: https://www.rubydoc.info/gems/kettle-soup-cover/1.0.5
|
409
414
|
wiki_uri: https://gitlab.com/kettle-rb/kettle-soup-cover/-/wiki
|
410
415
|
funding_uri: https://liberapay.com/pboling
|
411
416
|
rubygems_mfa_required: 'true'
|
412
|
-
|
413
|
-
|
417
|
+
rdoc_options:
|
418
|
+
- "--title"
|
419
|
+
- kettle-soup-cover - A Covered Kettle of SOUP, A Code Coverage Meta Gem
|
420
|
+
- "--main"
|
421
|
+
- README.md
|
422
|
+
- "--line-numbers"
|
423
|
+
- "--inline-source"
|
424
|
+
- "--quiet"
|
414
425
|
require_paths:
|
415
426
|
- lib
|
416
427
|
required_ruby_version: !ruby/object:Gem::Requirement
|
@@ -424,8 +435,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
424
435
|
- !ruby/object:Gem::Version
|
425
436
|
version: '0'
|
426
437
|
requirements: []
|
427
|
-
rubygems_version: 3.
|
428
|
-
signing_key:
|
438
|
+
rubygems_version: 3.6.6
|
429
439
|
specification_version: 4
|
430
440
|
summary: A Covered Kettle of SOUP, A Code Coverage Meta Gem
|
431
441
|
test_files: []
|
metadata.gz.sig
CHANGED
Binary file
|