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

maximunited / imou_life / 26705777352
90%

Build:
DEFAULT BRANCH: master
Ran 31 May 2026 06:52AM UTC
Jobs 4
Files 23
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

31 May 2026 06:49AM UTC coverage: 90.344% (+0.02%) from 90.328%
26705777352

push

github

web-flow
fix: reset rate limit cycle when estimated reset time expires (#65)

* fix: reset rate limit cycle when estimated reset time expires

When a rate limit hit occurred after estimated_reset_time had passed,
record_rate_limit() kept the old (now past) reset time and just
incremented hit_count. This caused is_rate_limited() to always return
False (since now >= estimated_reset_time), letting the integration
retry every ~80 seconds indefinitely (100+ API hits observed).

Now starts a fresh cycle (hit_count=1, new 6-hour reset window) when
recording a hit after the previous reset time expired.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* test: use RATE_LIMIT_MAX_PROBE_RETRIES constant instead of magic number

Addresses Qodo review feedback on PR #65.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

4 of 4 new or added lines in 1 file covered. (100.0%)

1628 of 1802 relevant lines covered (90.34%)

3.61 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-3.13 - 26705777352.1 31 May 2026 06:52AM UTC 23
90.34
GitHub Action Run
2 run-3.11 - 26705777352.2 31 May 2026 06:52AM UTC 23
90.34
GitHub Action Run
3 run-3.14 - 26705777352.3 31 May 2026 06:52AM UTC 23
90.29
GitHub Action Run
4 run-3.12 - 26705777352.4 31 May 2026 06:52AM UTC 23
90.34
GitHub Action Run
Source Files on build 26705777352
  • Tree
  • List 23
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26705777352
  • 011fe94e on github
  • Prev Build on master (#26695399392)
  • Next Build on master (#26816520923)
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