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

FlexMeasures / flexmeasures / 29336072009
82%

Build:
DEFAULT BRANCH: main
Ran 14 Jul 2026 01:38PM UTC
Jobs 1
Files 168
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

14 Jul 2026 01:20PM UTC coverage: 81.482%. Remained the same
29336072009

push

github

web-flow
fix: guard against missing 'name' key when scanning scheduler result dicts (#2313)

trigger_and_get_next_schedule's post-processing loop used result["name"]
(unguarded) right after result.get("name") on the line above, for the
"commitment_costs" check. Schedulers whose result dicts don't carry a
"name" key at all - e.g. CommunityScheduler, which only returns
{"sensor": ..., "data": ...} entries - hit a bare KeyError here,
surfacing as an opaque "Scheduling job failed with str: 'name'" via the
API. Use .get() consistently.

Found while running a FLEXED community simulation against the
soc-value-at-end merge.



Claude-Session: https://claude.ai/code/session_01LQFkeGxDwErydUV5ZmHmki


Claude-Session: https://claude.ai/code/session_01LQFkeGxDwErydUV5ZmHmki

Signed-off-by: F.N. Claessen <felix@seita.nl>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>

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

14538 of 17842 relevant lines covered (81.48%)

0.81 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29336072009.1 14 Jul 2026 01:37PM UTC 168
81.48
GitHub Action Run
Source Files on build 29336072009
  • Tree
  • List 168
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29336072009
  • e79750bf on github
  • Prev Build on main (#29319375371)
  • Next Build on main (#29344005672)
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