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

FlexMeasures / flexmeasures / 31168613175
84%
main: 84%

Build:
Build:
LAST BUILD BRANCH: fix/persist-commitment-costs-job-meta
DEFAULT BRANCH: main
Ran 07 Aug 2026 10:14AM UTC
Jobs 1
Files 175
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

07 Aug 2026 10:04AM UTC coverage: 83.963%. Remained the same
31168613175

push

github

Flix6x
Declare limits as a direct dependency

flexmeasures/utils/validation_utils.py imports `limits` directly (to validate
rate limits with limits.parse), but PR #2306 only declared Flask-Limiter.
`limits` therefore reached us as a transitive dependency of Flask-Limiter,
which works today but is not something we should rely on: nothing stops
Flask-Limiter from dropping or renaming that dependency, and it makes
`uv sync --no-deps`-style or vendored installs fragile.

So declare it explicitly, with Flask-Limiter's own floor (>=3.13), since we
only use the long-standing limits.parse.

The lock file already contained `limits` (5.8.0) as a transitive entry, so the
lock change is just the new edge from flexmeasures to it; no resolved version
changes.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JEvWAj45zXaod5WjniF81D
Signed-off-by: F.N. Claessen <felix@seita.nl>

17178 of 20459 relevant lines covered (83.96%)

0.84 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31168613175.1 07 Aug 2026 10:14AM UTC 175
83.96
GitHub Action Run
Source Files on build 31168613175
  • Tree
  • List 175
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #31168613175
  • c14c8e12 on github
  • Prev Build on main (#31129170926)
  • Next Build on fix/declare-rate-limiting-deps (#31168667599)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc