kettle-soup-cover 1.0.7 → 1.0.9
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 +25 -1
- data/README.md +7 -26
- data/lib/kettle/soup/cover/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +16 -25
- 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: fc222614419aa8c54d068e8e03d9db52970855b23513ede5da00dbb21375430e
|
4
|
+
data.tar.gz: bf156744a56f15b303d9f20c7f90e3731a92ace1b2e6120e9727990cdaa56e3f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2562506b527763ebd861a48270d98e763f8271003c1ad3154bbd2f534180cbdd1b6654523355d6046b12e12735471d5d0b9f3fbe56851756fbc55ec64a82f16d
|
7
|
+
data.tar.gz: 39f2aeb51829e290f524174457a089c3a20344c692c297871f92d9fe88041b3e90ab72fe7348ab878c892805cfb382984784f16eac631643454289f66594b0c7
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/CHANGELOG.md
CHANGED
@@ -11,7 +11,30 @@ 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.9] - 2025-05-20
|
15
|
+
- COVERAGE: 93.43% -- 128/137 lines in 10 files
|
16
|
+
- BRANCH COVERAGE: 50.00% -- 16/32 branches in 10 files
|
17
|
+
- 11.11% documented
|
18
|
+
### Added
|
19
|
+
- YARD config, GFM compatible with relative file links
|
20
|
+
- Documentation site on GitHub Pages
|
21
|
+
- [kettle-soup-cover.galtzo.com](https://kettle-soup-cover.galtzo.com)
|
22
|
+
### Changed
|
23
|
+
- Updated `spec.homepage_uri` in gemspec to GitHub Pages YARD documentation site
|
24
|
+
|
25
|
+
## [1.0.8] - 2025-05-20
|
26
|
+
- COVERAGE: 93.43% -- 128/137 lines in 10 files
|
27
|
+
- BRANCH COVERAGE: 50.00% -- 16/32 branches in 10 files
|
28
|
+
- 11.11% documented
|
29
|
+
### Added
|
30
|
+
- Link to discussions on GitHub
|
31
|
+
### Changed
|
32
|
+
- Fixed `spec.homepage` and `spec.source_code_uri` in gemspec
|
33
|
+
|
14
34
|
## [1.0.7] - 2025-05-20
|
35
|
+
- COVERAGE: 93.43% -- 128/137 lines in 10 files
|
36
|
+
- BRANCH COVERAGE: 50.00% -- 16/32 branches in 10 files
|
37
|
+
- 11.11% documented
|
15
38
|
### Added
|
16
39
|
- Document usage with minitest
|
17
40
|
- Document usage with https://github.com/irongut/CodeCoverageSummary
|
@@ -118,7 +141,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
118
141
|
## [0.1.0] - 2023-10-17
|
119
142
|
- Initial release
|
120
143
|
|
121
|
-
[Unreleased]: https://gitlab.com/kettle-rb/kettle-soup-cover/-/compare/v1.0.
|
144
|
+
[Unreleased]: https://gitlab.com/kettle-rb/kettle-soup-cover/-/compare/v1.0.8...HEAD
|
145
|
+
[1.0.8]: https://gitlab.com/kettle-rb/kettle-soup-cover/-/compare/v1.0.7...v1.0.8
|
122
146
|
[1.0.7]: https://gitlab.com/kettle-rb/kettle-soup-cover/-/compare/v1.0.6...v1.0.7
|
123
147
|
[1.0.6]: https://gitlab.com/kettle-rb/kettle-soup-cover/-/compare/v1.0.5...v1.0.6
|
124
148
|
[1.0.5]: https://gitlab.com/kettle-rb/kettle-soup-cover/-/compare/v1.0.4...v1.0.5
|
data/README.md
CHANGED
@@ -6,32 +6,11 @@
|
|
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
|
-
[![QLTY Test Coverage][🔑qlty-covi♻️]][🔑qlty-cov]
|
17
|
-
[![QLTY Maintainability][🔑qlty-mnti♻️]][🔑qlty-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
|
-
[![CodeQL][🖐codeQL-img]][🖐codeQL]
|
9
|
+
[![Version][👽versioni]][👽version] [![License: MIT][📄license-img]][📄license-ref] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![Open Source Helpers][👽oss-helpi]][👽oss-help] [![Depfu][🔑depfui♻️]][🔑depfu] [![CodeCov Test Coverage][🔑codecovi♻️]][🔑codecov] [![Coveralls Test Coverage][🔑coveralls-img]][🔑coveralls] [![QLTY Test Coverage][🔑qlty-covi♻️]][🔑qlty-cov] [![QLTY Maintainability][🔑qlty-mnti♻️]][🔑qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Supported][🚎6-s-wfi]][🚎6-s-wf] [![CI Legacy][🚎4-lg-wfi]][🚎4-lg-wf] [![CI Unsupported][🚎7-us-wfi]][🚎7-us-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf] [![CodeQL][🖐codeQL-img]][🖐codeQL]
|
26
10
|
|
27
11
|
---
|
28
12
|
|
29
|
-
[![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay]
|
30
|
-
[![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor]
|
31
|
-
[![Buy me a coffee][🖇buyme-small-img]][🖇buyme]
|
32
|
-
[![Donate on Polar][🖇polar-img]][🖇polar]
|
33
|
-
[![Donate to my FLOSS or refugee efforts at ko-fi.com][🖇kofi-img]][🖇kofi]
|
34
|
-
[![Donate to my FLOSS or refugee efforts using Patreon][🖇patreon-img]][🖇patreon]
|
13
|
+
[![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate on Polar][🖇polar-img]][🖇polar] [![Donate to my FLOSS or refugee efforts at ko-fi.com][🖇kofi-img]][🖇kofi] [![Donate to my FLOSS or refugee efforts using Patreon][🖇patreon-img]][🖇patreon]
|
35
14
|
|
36
15
|
Four lines of code to get a configured, curated, opinionated, set of dependencies for Test Coverage, and that's *including* the two lines for `require "simplecov"`, and `SimpleCov.start`.
|
37
16
|
|
@@ -52,9 +31,11 @@ For apps and libraries. Any test framework. Many code coverage related GitHub
|
|
52
31
|
|--------------------------------------------------------|-------------------------------------------------------------------|---------------------------|--------------------------|---------------------------|--------------------------|------------------------------|
|
53
32
|
| 🧪 [kettle-rb/kettle-soup-cover on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜wiki] | 🏀 Tiny Matrix | ➖ |
|
54
33
|
| 🧊 [kettle-rb/kettle-soup-cover on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | ➖ | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix | ➖ |
|
55
|
-
| 🐙 [kettle-rb/kettle-soup-cover on GitHub][📜src-gh] | A Dirty Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | ➖
|
34
|
+
| 🐙 [kettle-rb/kettle-soup-cover on GitHub][📜src-gh] | A Dirty Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | ➖ | 💯 Full Matrix | [💚][gh-discussions] |
|
56
35
|
| 🎮️ [Discord Server][✉️discord-invite] | [![Live Chat on Discord][✉️discord-invite-img]][✉️discord-invite] | [Let's][✉️discord-invite] | [talk][✉️discord-invite] | [about][✉️discord-invite] | [this][✉️discord-invite] | [library!][✉️discord-invite] |
|
57
36
|
|
37
|
+
[gh-discussions]: https://github.com/kettle-rb/kettle-soup-cover/discussions
|
38
|
+
|
58
39
|
One of the major benefits of using this library is not having to figure
|
59
40
|
out how to get multiple coverage output formats working. I did that for you,
|
60
41
|
and I got all of them working, at the same time together, or al la carte. Kum-ba-ya.
|
@@ -109,7 +90,7 @@ You'll have to configure them manually if you use them:
|
|
109
90
|
* GitHub Actions doesn't parse test output, but...
|
110
91
|
* I configure my `coverage` workflow ([see example][example-cov-wf]) to upload coverage reports to SaaS services like:
|
111
92
|
* [codecov.io][🔑codecov] (needs token for upload)
|
112
|
-
* [QLTY.sh]
|
93
|
+
* [QLTY.sh](https://qlty.sh) (needs token for upload)
|
113
94
|
* [coveralls.io][🔑coveralls]
|
114
95
|
* This gem helps me configure my `coverage` workflow to use Github Actions designed to report coverage like:
|
115
96
|
* Repo: [irongut/CodeCoverageSummary][GHA-ccs-repo]
|
@@ -428,7 +409,7 @@ See [CHANGELOG.md][📌changelog] for list of releases.
|
|
428
409
|
## 📄 License
|
429
410
|
|
430
411
|
The gem is available as open source under the terms of
|
431
|
-
the [MIT License]
|
412
|
+
the [MIT License](LICENSE.txt) [![License: MIT][📄license-img]][📄license-ref].
|
432
413
|
See [LICENSE.txt][📄license] for the official [Copyright Notice][📄copyright-notice-explainer].
|
433
414
|
|
434
415
|
### © Copyright
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Boling
|
@@ -201,20 +201,6 @@ dependencies:
|
|
201
201
|
- - ">="
|
202
202
|
- !ruby/object:Gem::Version
|
203
203
|
version: 0.3.3
|
204
|
-
- !ruby/object:Gem::Dependency
|
205
|
-
name: kramdown
|
206
|
-
requirement: !ruby/object:Gem::Requirement
|
207
|
-
requirements:
|
208
|
-
- - "~>"
|
209
|
-
- !ruby/object:Gem::Version
|
210
|
-
version: '2.4'
|
211
|
-
type: :development
|
212
|
-
prerelease: false
|
213
|
-
version_requirements: !ruby/object:Gem::Requirement
|
214
|
-
requirements:
|
215
|
-
- - "~>"
|
216
|
-
- !ruby/object:Gem::Version
|
217
|
-
version: '2.4'
|
218
204
|
- !ruby/object:Gem::Dependency
|
219
205
|
name: yard
|
220
206
|
requirement: !ruby/object:Gem::Requirement
|
@@ -332,7 +318,7 @@ dependencies:
|
|
332
318
|
version: '1.0'
|
333
319
|
- - ">="
|
334
320
|
- !ruby/object:Gem::Version
|
335
|
-
version: 1.0.
|
321
|
+
version: 1.0.6
|
336
322
|
type: :development
|
337
323
|
prerelease: false
|
338
324
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -342,7 +328,7 @@ dependencies:
|
|
342
328
|
version: '1.0'
|
343
329
|
- - ">="
|
344
330
|
- !ruby/object:Gem::Version
|
345
|
-
version: 1.0.
|
331
|
+
version: 1.0.6
|
346
332
|
- !ruby/object:Gem::Dependency
|
347
333
|
name: rspec_junit_formatter
|
348
334
|
requirement: !ruby/object:Gem::Requirement
|
@@ -366,7 +352,7 @@ dependencies:
|
|
366
352
|
version: '1.0'
|
367
353
|
- - ">="
|
368
354
|
- !ruby/object:Gem::Version
|
369
|
-
version: 1.0.
|
355
|
+
version: 1.0.2
|
370
356
|
type: :development
|
371
357
|
prerelease: false
|
372
358
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -376,7 +362,7 @@ dependencies:
|
|
376
362
|
version: '1.0'
|
377
363
|
- - ">="
|
378
364
|
- !ruby/object:Gem::Version
|
379
|
-
version: 1.0.
|
365
|
+
version: 1.0.2
|
380
366
|
- !ruby/object:Gem::Dependency
|
381
367
|
name: silent_stream
|
382
368
|
requirement: !ruby/object:Gem::Requirement
|
@@ -432,15 +418,15 @@ files:
|
|
432
418
|
- lib/kettle/soup/cover/version.rb
|
433
419
|
- sig/kettle/soup/cover.rbs
|
434
420
|
- sig/kettle/soup/cover/version.rbs
|
435
|
-
homepage: https://
|
421
|
+
homepage: https://gitlab.com/kettle-rb/kettle-soup-cover
|
436
422
|
licenses:
|
437
423
|
- MIT
|
438
424
|
metadata:
|
439
|
-
homepage_uri: https://kettle-
|
440
|
-
source_code_uri: https://
|
441
|
-
changelog_uri: https://gitlab.com/kettle-rb/kettle-soup-cover/-/blob/v1.0.
|
425
|
+
homepage_uri: https://kettle-soup-cover.galtzo.com/
|
426
|
+
source_code_uri: https://github.com/kettle-rb/kettle-soup-cover/releases/tag//v1.0.9
|
427
|
+
changelog_uri: https://gitlab.com/kettle-rb/kettle-soup-cover/-/blob/v1.0.9/CHANGELOG.md
|
442
428
|
bug_tracker_uri: https://gitlab.com/kettle-rb/kettle-soup-cover/-/issues
|
443
|
-
documentation_uri: https://www.rubydoc.info/gems/kettle-soup-cover/1.0.
|
429
|
+
documentation_uri: https://www.rubydoc.info/gems/kettle-soup-cover/1.0.9
|
444
430
|
wiki_uri: https://gitlab.com/kettle-rb/kettle-soup-cover/-/wiki
|
445
431
|
funding_uri: https://liberapay.com/pboling
|
446
432
|
news_uri: https://www.railsbling.com/tags/kettle-soup-cover
|
@@ -449,7 +435,12 @@ rdoc_options:
|
|
449
435
|
- "--title"
|
450
436
|
- kettle-soup-cover - Code Coverage Meta Gem for SimpleCov on every/any CI
|
451
437
|
- "--main"
|
438
|
+
- CHANGELOG.md
|
439
|
+
- CODE_OF_CONDUCT.md
|
440
|
+
- CONTRIBUTING.md
|
441
|
+
- LICENSE.txt
|
452
442
|
- README.md
|
443
|
+
- SECURITY.md
|
453
444
|
- "--line-numbers"
|
454
445
|
- "--inline-source"
|
455
446
|
- "--quiet"
|
@@ -466,7 +457,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
466
457
|
- !ruby/object:Gem::Version
|
467
458
|
version: '0'
|
468
459
|
requirements: []
|
469
|
-
rubygems_version: 3.6.
|
460
|
+
rubygems_version: 3.6.9
|
470
461
|
specification_version: 4
|
471
462
|
summary: Code Coverage Meta Gem for SimpleCov on every/any CI
|
472
463
|
test_files: []
|
metadata.gz.sig
CHANGED
Binary file
|