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

chrisns / repomanager / 24936046787
85%

Build:
DEFAULT BRANCH: master
Ran 25 Apr 2026 05:04PM 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

25 Apr 2026 05:04PM UTC coverage: 87.316% (-0.5%) from 87.817%
24936046787

push

github

chrisns
Stop ruleset planner looping on GitHub server-side defaults

GitHub stores the pull_request rule with extra fields the API never
asked us to send — required_reviewers: [], allowed_merge_methods —
which made rulesetEquals' JSON.stringify comparison flip to "different"
forever. Every cron tick planned an update, the cron reopened the
consent issue with a ruleset:update item, the user saw a fresh row to
tick on a previously-resolved issue, and applying the update just
re-stored the same defaults.

rulesetEquals now uses subset semantics on rule parameters (existing
must contain every key/value the desired declares; extras are fine)
and explicitly compares bypass_actors (so changes there do trigger an
update). Rule count must still match exactly so a removal plans an
update too.

269 of 345 branches covered (77.97%)

Branch coverage included in aggregate %.

24 of 27 new or added lines in 1 file covered. (88.89%)

502 of 538 relevant lines covered (93.31%)

13.52 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
86.57
-2.55% src/planner.js
Jobs
ID Job ID Ran Files Coverage
1 24936046787.1 25 Apr 2026 05:04PM UTC 6
87.32
GitHub Action Run
Source Files on build 24936046787
  • 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
  • 63108404 on github
  • Prev Build on master (#24935638218)
  • Next Build on master (#24939696871)
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