kettle-soup-cover 3.0.0.rc2 → 3.0.0.rc3
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 +30 -15
- data/FUNDING.md +1 -5
- data/README.md +4 -8
- data/lib/kettle/soup/cover/config.rb +1 -1
- data/lib/kettle/soup/cover/constants.rb +7 -5
- data/lib/kettle/soup/cover/formatters.rb +1 -3
- data/lib/kettle/soup/cover/rakelib/turbo_tests.rake +3 -3
- data/lib/kettle/soup/cover/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +4 -4
- 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: 46f6c85871dd149c53a5f0e7681b7ddeff6d8791bceccd520a761b18afb8c153
|
|
4
|
+
data.tar.gz: 666be0b6df8152a82a5a51b58a35ffdd6eeacf6dd84bb1ba64e483c9f95da33c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c36de2d3da3e2518611813b774dc1fd6771e11b374ffa7af21f4016f0f8a5dc716bf8409fc1e9aceaf6182b2c23669cf1d3319943c9ddf562bd2ecde2263507
|
|
7
|
+
data.tar.gz: 70bafd033992266905dea780bd275af4db731245e0b2727673c7c1360d2c5dd7f3b64a94d382adecd28be0a4010e4cfc3d028825e166446e3a11bdd477c2ee71
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,21 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [3.0.0.rc3] - 2026-06-21
|
|
34
|
+
|
|
35
|
+
- TAG: [v3.0.0.rc3][3.0.0.rc3t]
|
|
36
|
+
- COVERAGE: 98.44% -- 253/257 lines in 12 files
|
|
37
|
+
- BRANCH COVERAGE: 95.71% -- 67/70 branches in 12 files
|
|
38
|
+
- 16.22% documented
|
|
39
|
+
|
|
40
|
+
### Fixed
|
|
41
|
+
|
|
42
|
+
- Corrected OpenCollective funding metadata to use the `kettle-dev` collective.
|
|
43
|
+
- Aligned turbo_tests2 coverage workers with SimpleCov's shared resultset
|
|
44
|
+
coordination by keeping worker resultsets under the canonical coverage root
|
|
45
|
+
with unique worker command names, while preserving SimpleCov's final-worker
|
|
46
|
+
formatter flow.
|
|
47
|
+
|
|
33
48
|
## [3.0.0.rc2] - 2026-06-20
|
|
34
49
|
|
|
35
50
|
- TAG: [v3.0.0.rc2][3.0.0.rc2t]
|
|
@@ -390,7 +405,7 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
390
405
|
### Added
|
|
391
406
|
|
|
392
407
|
- Documentation
|
|
393
|
-
- Mirror repo on GitHub: https://github.com/kettle-
|
|
408
|
+
- Mirror repo on GitHub: https://github.com/kettle-dev/kettle-soup-cover
|
|
394
409
|
- More tests
|
|
395
410
|
|
|
396
411
|
### Fixed
|
|
@@ -448,21 +463,21 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
448
463
|
|
|
449
464
|
- Initial release
|
|
450
465
|
|
|
451
|
-
[Unreleased]: https://github.com/kettle-dev/kettle-soup-cover/compare/v3.0.0.
|
|
466
|
+
[Unreleased]: https://github.com/kettle-dev/kettle-soup-cover/compare/v3.0.0.rc3...HEAD
|
|
452
467
|
[2.0.2]: https://github.com/kettle-dev/kettle-soup-cover/compare/v2.0.1...v2.0.2
|
|
453
468
|
[2.0.2t]: https://github.com/kettle-dev/kettle-soup-cover/releases/tag/v2.0.2
|
|
454
|
-
[2.0.1]: https://github.com/kettle-
|
|
455
|
-
[2.0.1t]: https://github.com/kettle-
|
|
456
|
-
[2.0.0]: https://github.com/kettle-
|
|
457
|
-
[2.0.0t]: https://github.com/kettle-
|
|
458
|
-
[1.1.3]: https://github.com/kettle-
|
|
459
|
-
[1.1.3t]: https://github.com/kettle-
|
|
460
|
-
[1.1.2]: https://github.com/kettle-
|
|
461
|
-
[1.1.2t]: https://github.com/kettle-
|
|
462
|
-
[1.1.1]: https://github.com/kettle-
|
|
463
|
-
[1.1.1t]: https://github.com/kettle-
|
|
464
|
-
[1.1.0]: https://github.com/kettle-
|
|
465
|
-
[1.1.0t]: https://github.com/kettle-
|
|
469
|
+
[2.0.1]: https://github.com/kettle-dev/kettle-soup-cover/compare/v2.0.0...v2.0.1
|
|
470
|
+
[2.0.1t]: https://github.com/kettle-dev/kettle-soup-cover/releases/tag/v2.0.1
|
|
471
|
+
[2.0.0]: https://github.com/kettle-dev/kettle-soup-cover/compare/v1.1.3...v2.0.0
|
|
472
|
+
[2.0.0t]: https://github.com/kettle-dev/kettle-soup-cover/releases/tag/v2.0.0
|
|
473
|
+
[1.1.3]: https://github.com/kettle-dev/kettle-soup-cover/compare/v1.1.2...v1.1.3
|
|
474
|
+
[1.1.3t]: https://github.com/kettle-dev/kettle-soup-cover/releases/tag/v1.1.3
|
|
475
|
+
[1.1.2]: https://github.com/kettle-dev/kettle-soup-cover/compare/v1.1.1...v1.1.2
|
|
476
|
+
[1.1.2t]: https://github.com/kettle-dev/kettle-soup-cover/releases/tag/v1.1.2
|
|
477
|
+
[1.1.1]: https://github.com/kettle-dev/kettle-soup-cover/compare/v1.1.0...v1.1.1
|
|
478
|
+
[1.1.1t]: https://github.com/kettle-dev/kettle-soup-cover/releases/tag/v1.1.1
|
|
479
|
+
[1.1.0]: https://github.com/kettle-dev/kettle-soup-cover/compare/v1.0.10...v1.1.0
|
|
480
|
+
[1.1.0t]: https://github.com/kettle-dev/kettle-soup-cover/releases/tag/v1.1.0
|
|
466
481
|
[1.0.10]: https://gitlab.com/kettle-rb/kettle-soup-cover/-/compare/v1.0.9...v1.0.10
|
|
467
482
|
[1.0.9]: https://gitlab.com/kettle-rb/kettle-soup-cover/-/compare/v1.0.8...v1.0.9
|
|
468
483
|
[1.0.8]: https://gitlab.com/kettle-rb/kettle-soup-cover/-/compare/v1.0.7...v1.0.8
|
|
@@ -474,4 +489,4 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
474
489
|
[1.0.2]: https://gitlab.com/kettle-rb/kettle-soup-cover/-/compare/v1.0.1...v1.0.2
|
|
475
490
|
[1.0.1]: https://gitlab.com/kettle-rb/kettle-soup-cover/-/compare/v1.0.0...v1.0.1
|
|
476
491
|
[1.0.0]: https://gitlab.com/kettle-rb/kettle-soup-cover/-/compare/v0.1.0...v1.0.0
|
|
477
|
-
[0.1.0]: https://github.com/kettle-
|
|
492
|
+
[0.1.0]: https://github.com/kettle-dev/kettle-soup-cover/compare/97ddbbca309b87c7f6eed0137b08cad74ec81235...v0.1.0
|
data/FUNDING.md
CHANGED
|
@@ -6,7 +6,7 @@ Many paths lead to being a sponsor or a backer of this project. Are you on such
|
|
|
6
6
|
|
|
7
7
|
[![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal]
|
|
8
8
|
|
|
9
|
-
[![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate
|
|
9
|
+
[![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate to my FLOSS efforts at ko-fi.com][🖇kofi-img]][🖇kofi]
|
|
10
10
|
|
|
11
11
|
[⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&color=a51611&style=flat
|
|
12
12
|
[⛳liberapay]: https://liberapay.com/pboling/donate
|
|
@@ -16,12 +16,8 @@ Many paths lead to being a sponsor or a backer of this project. Are you on such
|
|
|
16
16
|
[🖇osc-sponsors-i]: https://opencollective.com/kettle-dev/sponsors/badge.svg?style=flat
|
|
17
17
|
[🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
|
|
18
18
|
[🖇sponsor]: https://github.com/sponsors/pboling
|
|
19
|
-
[🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
|
|
20
|
-
[🖇polar]: https://polar.sh/pboling
|
|
21
19
|
[🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
|
|
22
20
|
[🖇kofi]: https://ko-fi.com/pboling
|
|
23
|
-
[🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat
|
|
24
|
-
[🖇patreon]: https://patreon.com/galtzo
|
|
25
21
|
[🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
|
|
26
22
|
[🖇buyme]: https://www.buymeacoffee.com/pboling
|
|
27
23
|
[🖇paypal-img]: https://img.shields.io/badge/donate-paypal-a51611.svg?style=flat&logo=paypal
|
data/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
`if ci_badges.map(&:color).all? { it == "green"}` 👇️ send money so I can do more of this. FLOSS maintenance is now my full-time job.
|
|
12
12
|
|
|
13
|
-
[![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate
|
|
13
|
+
[![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate at ko-fi.com][🖇kofi-img]][🖇kofi]
|
|
14
14
|
|
|
15
15
|
<details markdown="1">
|
|
16
16
|
<summary>👣 How will this project approach the September 2025 hostile takeover of RubyGems? 🚑️</summary>
|
|
@@ -198,7 +198,7 @@ gem install kettle-soup-cover
|
|
|
198
198
|
|
|
199
199
|
### Merging
|
|
200
200
|
|
|
201
|
-
Below is some part of the Rakefile pulled from the [tree_haver](https://github.com/kettle-
|
|
201
|
+
Below is some part of the Rakefile pulled from the [tree_haver](https://github.com/kettle-dev/tree_haver) gem which merges the results of various discrete RSpec test suites that are impossible to run at the same time. The pattern should also work for minitest / test unit.
|
|
202
202
|
|
|
203
203
|
```ruby
|
|
204
204
|
### SPEC TASKS
|
|
@@ -735,12 +735,8 @@ Thanks for RTFM. ☺️
|
|
|
735
735
|
[🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
|
|
736
736
|
[🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
|
|
737
737
|
[🖇sponsor]: https://github.com/sponsors/pboling
|
|
738
|
-
[🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
|
|
739
|
-
[🖇polar]: https://polar.sh/pboling
|
|
740
738
|
[🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
|
|
741
739
|
[🖇kofi]: https://ko-fi.com/pboling
|
|
742
|
-
[🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat
|
|
743
|
-
[🖇patreon]: https://patreon.com/galtzo
|
|
744
740
|
[🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
|
|
745
741
|
[🖇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
|
|
746
742
|
[🖇buyme]: https://www.buymeacoffee.com/pboling
|
|
@@ -882,7 +878,7 @@ Thanks for RTFM. ☺️
|
|
|
882
878
|
[📌gitmoji]: https://gitmoji.dev
|
|
883
879
|
[📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
|
|
884
880
|
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
|
885
|
-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.
|
|
881
|
+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.257-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
|
886
882
|
[🔐security]: https://github.com/kettle-dev/kettle-soup-cover/blob/main/SECURITY.md
|
|
887
883
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
|
888
884
|
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
|
@@ -912,5 +908,5 @@ Thanks for RTFM. ☺️
|
|
|
912
908
|
| Homepage | https://github.com/kettle-dev/kettle-soup-cover |
|
|
913
909
|
| Source | https://github.com/kettle-dev/kettle-soup-cover |
|
|
914
910
|
| License | `AGPL-3.0-only` |
|
|
915
|
-
| Funding | https://github.com/sponsors/pboling, https://
|
|
911
|
+
| Funding | https://github.com/sponsors/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://opencollective.com/kettle-dev, https://thanks.dev/u/gh/pboling, https://tidelift.com/funding/github/rubygems/kettle-soup-cover, https://www.buymeacoffee.com/pboling |
|
|
916
912
|
<!-- kettle-jem:metadata:end -->
|
|
@@ -23,7 +23,7 @@ require_relative "formatters" unless defined?(Kettle::Soup::Cover) && Kettle::So
|
|
|
23
23
|
SimpleCov.configure do
|
|
24
24
|
cover("lib/**/*.rb")
|
|
25
25
|
|
|
26
|
-
command_name Kettle::Soup::Cover::Constants::
|
|
26
|
+
command_name Kettle::Soup::Cover::Constants::SIMPLECOV_COMMAND_NAME
|
|
27
27
|
|
|
28
28
|
enable_coverage :branch
|
|
29
29
|
primary_coverage :branch
|
|
@@ -86,13 +86,14 @@ module Kettle
|
|
|
86
86
|
TURBO_TESTS = ENV_GET.call("TURBO_TESTS", Constants::TRUE).casecmp?(Constants::TRUE)
|
|
87
87
|
TURBO_TESTS_DIR = ENV_GET.call("TURBO_TESTS_DIR", "turbo_tests")
|
|
88
88
|
TURBO_TESTS_WORKER = TURBO_TESTS && !TEST_ENV_NUMBER.empty?
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
COVERAGE_DIR = if TURBO_TESTS_WORKER
|
|
92
|
-
File.join(COVERAGE_ROOT_DIR, TURBO_TESTS_DIR, TEST_ENV_NUMBER)
|
|
89
|
+
SIMPLECOV_COMMAND_NAME = if TURBO_TESTS_WORKER
|
|
90
|
+
"#{COMMAND_NAME} (turbo_tests2 worker #{TEST_ENV_NUMBER})"
|
|
93
91
|
else
|
|
94
|
-
|
|
92
|
+
COMMAND_NAME
|
|
95
93
|
end
|
|
94
|
+
MIN_COVERAGE_HARD_REQUESTED = ENV_GET.call("MIN_HARD", CI).casecmp?(Constants::TRUE)
|
|
95
|
+
MIN_COVERAGE_HARD = MIN_COVERAGE_HARD_REQUESTED && !TURBO_TESTS_WORKER
|
|
96
|
+
COVERAGE_DIR = COVERAGE_ROOT_DIR
|
|
96
97
|
# A wild approximation, but will suffice for nearly all users
|
|
97
98
|
is_mac = RbConfig::CONFIG["host_os"].include?("darwin")
|
|
98
99
|
# Set to "" to prevent opening a browser with the coverage rake task
|
|
@@ -147,6 +148,7 @@ module Kettle
|
|
|
147
148
|
MULTI_FORMATTERS
|
|
148
149
|
OPEN_BIN
|
|
149
150
|
PREFIX
|
|
151
|
+
SIMPLECOV_COMMAND_NAME
|
|
150
152
|
TRUE
|
|
151
153
|
TEST_ENV_NUMBER
|
|
152
154
|
TURBO_TESTS
|
|
@@ -6,9 +6,7 @@ module Kettle
|
|
|
6
6
|
module_function
|
|
7
7
|
|
|
8
8
|
def configure_formatters!
|
|
9
|
-
if Constants::
|
|
10
|
-
SimpleCov.at_exit { SimpleCov.result }
|
|
11
|
-
elsif Constants::MULTI_FORMATTERS
|
|
9
|
+
if Constants::MULTI_FORMATTERS
|
|
12
10
|
Kettle::Soup::Cover::Loaders.load_formatters
|
|
13
11
|
else
|
|
14
12
|
require "simplecov-html"
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
namespace :turbo_tests do
|
|
4
|
-
desc "Prepare
|
|
4
|
+
desc "Prepare shared SimpleCov coverage output for turbo_tests2 workers"
|
|
5
5
|
task :setup do
|
|
6
6
|
if Kettle::Soup::Cover.turbo_tests_coverage?
|
|
7
|
-
Kettle::Soup::Cover.
|
|
7
|
+
Kettle::Soup::Cover.clear_coverage_dir!
|
|
8
8
|
end
|
|
9
9
|
end
|
|
10
10
|
|
|
@@ -15,7 +15,7 @@ namespace :turbo_tests do
|
|
|
15
15
|
end
|
|
16
16
|
|
|
17
17
|
namespace :turbo_tests2 do
|
|
18
|
-
desc "Prepare
|
|
18
|
+
desc "Prepare shared SimpleCov coverage output for turbo_tests2 workers"
|
|
19
19
|
task setup: "turbo_tests:setup"
|
|
20
20
|
|
|
21
21
|
desc "Collate turbo_tests2 worker coverage reports"
|
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: 3.0.0.
|
|
4
|
+
version: 3.0.0.rc3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -404,10 +404,10 @@ licenses:
|
|
|
404
404
|
- AGPL-3.0-only
|
|
405
405
|
metadata:
|
|
406
406
|
homepage_uri: https://kettle-soup-cover.galtzo.com/
|
|
407
|
-
source_code_uri: https://github.com/kettle-dev/kettle-soup-cover/tree/v3.0.0.
|
|
408
|
-
changelog_uri: https://github.com/kettle-dev/kettle-soup-cover/blob/v3.0.0.
|
|
407
|
+
source_code_uri: https://github.com/kettle-dev/kettle-soup-cover/tree/v3.0.0.rc3
|
|
408
|
+
changelog_uri: https://github.com/kettle-dev/kettle-soup-cover/blob/v3.0.0.rc3/CHANGELOG.md
|
|
409
409
|
bug_tracker_uri: https://github.com/kettle-dev/kettle-soup-cover/issues
|
|
410
|
-
documentation_uri: https://www.rubydoc.info/gems/kettle-soup-cover/3.0.0.
|
|
410
|
+
documentation_uri: https://www.rubydoc.info/gems/kettle-soup-cover/3.0.0.rc3
|
|
411
411
|
funding_uri: https://github.com/sponsors/pboling
|
|
412
412
|
wiki_uri: https://github.com/kettle-dev/kettle-soup-cover/wiki
|
|
413
413
|
news_uri: https://www.railsbling.com/tags/kettle-soup-cover
|
metadata.gz.sig
CHANGED
|
Binary file
|