• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

chrisns / repomanager / 25020033950
85%

Build:
DEFAULT BRANCH: master
Ran 27 Apr 2026 09:17PM UTC
Jobs 1
Files 6
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

27 Apr 2026 09:17PM UTC coverage: 85.138% (-0.2%) from 85.3%
25020033950

push

github

chrisns
Make planRepoUpdate, planFiles, planBranchProtection diff against actual

Three of the four planner functions never read the repo state — they
emitted their change every run regardless of whether the work was
already done. That's why ticking a consent issue applied successfully,
and the next 10-minute cron tick proposed exactly the same three items
again on the same repo. Only `planRulesets` actually diffed.

- planBranchProtection now fetches the existing protection and compares
  required_status_checks (handling the post-deprecation `checks` shape
  alongside `contexts`), required_linear_history, enforce_admins, and
  the `null` markers we use for restrictions / required_pull_request_reviews.
- planRepoUpdate fetches the full repo and compares each desired key
  with subset semantics (server-side extras like security_and_analysis
  are ignored).
- planFiles fetches every desired file from the default branch and
  base64-decodes to compare against the templated content; missing or
  differing files trigger a single `files:pr` change as before.

All three fail open: a fetch error is treated as drift rather than a
silent skip. The deploy stays gated by READ_ONLY=true until we've seen
a cron tick log "no drift" for the previously-looping repos.

334 of 441 branches covered (75.74%)

Branch coverage included in aggregate %.

56 of 64 new or added lines in 1 file covered. (87.5%)

594 of 649 relevant lines covered (91.53%)

14.07 hits per line

Uncovered Changes

Lines Coverage ∆ File
8
85.54
-1.03% src/planner.js
Jobs
ID Job ID Ran Files Coverage
1 25020033950.1 27 Apr 2026 09:17PM UTC 6
85.14
GitHub Action Run
Source Files on build 25020033950
  • Tree
  • List 6
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 2bab13a7 on github
  • Prev Build on master (#25019849355)
  • Next Build on master (#25033637073)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc