Commit 85b3ced
authored
Fix CI check for unmanaged packages and none coverage (#55)
## Summary
- **`bumpy ci check` no longer fails when only unmanaged packages
changed** — exits cleanly with "No managed packages have changed"
instead of erroring with "No bump files found"
- **`none` entries count as covered in CI strict mode** — previously
only `plan.releases` was checked, so packages marked with `none` in bump
files would incorrectly show as uncovered
## Test plan
- [x] All 202 tests pass
- [ ] Test in CI with a PR that only changes unmanaged files1 parent 6a68b4a commit 85b3ced
2 files changed
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
132 | 139 | | |
133 | 140 | | |
134 | 141 | | |
| |||
188 | 195 | | |
189 | 196 | | |
190 | 197 | | |
| 198 | + | |
191 | 199 | | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
192 | 205 | | |
193 | 206 | | |
194 | 207 | | |
| |||
0 commit comments