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

FlexMeasures / flexmeasures / 29920183962
83%

Build:
DEFAULT BRANCH: main
Ran 22 Jul 2026 12:48PM UTC
Jobs 1
Files 171
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

22 Jul 2026 12:34PM UTC coverage: 82.509%. Remained the same
29920183962

push

github

web-flow
fix(ui): render a sensor in every fast-chart subplot that configures it (#2338)

A sensor configured in more than one asset graph row (sensors_to_show)
only rendered in the last row that listed it: groupData mapped each
sensor id to a single group, so later spec entries overwrote earlier
ones and every data row was routed to just that one subplot. The
Vega-Lite charts render such a sensor in each configured row.

Map each sensor id to the list of groups that configure it and route
every data row to all of them. Each group keeps its own series objects
(and thus its own points), and series colors are keyed by sensor name,
so the duplicated sensor keeps the same color in every subplot.

Found by @BelhsanHmida while testing #2312 (the bug is unrelated to
that PR's annotation work; it dates from the ECharts port in #2234).

Verified with a headless-Chrome harness driving renderFastChart with a
two-row spec sharing a sensor: before the fix the first row missed the
shared sensor's series; after it, both rows render it with identical
data and color, with no console errors.


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

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

15727 of 19061 relevant lines covered (82.51%)

0.83 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29920183962.1 22 Jul 2026 12:48PM UTC 171
82.51
GitHub Action Run
Source Files on build 29920183962
  • Tree
  • List 171
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29920183962
  • d800b8f8 on github
  • Prev Build on main (#29918605411)
  • Next Build on main (#29926316522)
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