Commit 2786999
(MODULES-11831) Add SimpleCov coverage gate with baseline mode
Sync a coverage gate to all modules via `pdk update`:
* moduleroot/.github/workflows/coverage.yml.erb - thin caller that
delegates to puppetlabs/cat-github-actions module_coverage.yml,
passing threshold and baseline_mode from .sync.yml.
* moduleroot/spec/spec_helper.rb.erb - SimpleCov hook that starts before
any application code loads. Gated behind the COVERAGE env var and the
`simplecov` config flag, so local `rake spec` runs are unaffected and
there is no double-load or json/json_pure conflict.
* config_defaults.yml - add `simplecov: true`, a managed coverage.yml
entry (threshold 80, baseline_mode true), and the simplecov /
simplecov-lcov gems. baseline_mode with no `.coverage_baseline` file is
a no-op gate, so the rollout is non-breaking.
* README.md - document the new keys and the two coverage modes.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 6c994fc commit 2786999
4 files changed
Lines changed: 75 additions & 0 deletions
File tree
- moduleroot
- .github/workflows
- spec
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
203 | 214 | | |
204 | 215 | | |
205 | 216 | | |
| |||
323 | 334 | | |
324 | 335 | | |
325 | 336 | | |
| 337 | + | |
326 | 338 | | |
327 | 339 | | |
328 | 340 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
555 | 555 | | |
556 | 556 | | |
557 | 557 | | |
| 558 | + | |
| 559 | + | |
558 | 560 | | |
559 | 561 | | |
| 562 | + | |
| 563 | + | |
560 | 564 | | |
561 | 565 | | |
562 | 566 | | |
| |||
615 | 619 | | |
616 | 620 | | |
617 | 621 | | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
618 | 632 | | |
619 | 633 | | |
620 | 634 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
3 | 29 | | |
4 | 30 | | |
5 | 31 | | |
| |||
0 commit comments