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

gijzelaerr / lemur / 28794016303
61%
master: 61%

Build:
Build:
LAST BUILD BRANCH: fix-rotate-endpoint-skip
DEFAULT BRANCH: master
Ran 06 Jul 2026 01:17PM UTC
Jobs 1
Files 13
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

06 Jul 2026 12:02PM UTC coverage: 60.861%. First build
28794016303

push

github

gijzelaerr
Fix rotate CLI skipping endpoints due to list mutation during iteration

`rotate()` and `rotate_region()` iterate `old_cert.endpoints`, a live
SQLAlchemy instrumented list. Inside the loop, `request_rotation` calls
`deployment_service.rotate_certificate` which reassigns
`endpoint.certificate = new_cert`, removing the endpoint from the
collection mid-iteration. The iterator skips whichever element slides
into the vacated slot.

With N endpoints, N-1 are processed and 1 is silently skipped.

Fix: snapshot the list with `list()` before iterating.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

594 of 976 relevant lines covered (60.86%)

0.61 hits per line

Jobs
ID Job ID Ran Files Coverage
1 Python 3.11 Postgres 17 OS ubuntu-22.04 - 28794016303.1 06 Jul 2026 01:17PM UTC 13
60.86
GitHub Action Run
Source Files on build 28794016303
  • Tree
  • List 13
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28794016303
  • 8030164c on github
  • Delete
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