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

FlexMeasures / flexmeasures / 29341985964
82%
main: 82%

Build:
Build:
LAST BUILD BRANCH: feat/change-toy-tutorial-to-kw-units
DEFAULT BRANCH: main
Ran 14 Jul 2026 02:59PM 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 02:35PM UTC coverage: 81.529%. First build
29341985964

push

github

Flix6x
Fix sorting when combined with the assets search filter

Two bugs surfaced when sort_by/sort_dir was combined with a search
filter (which routes through a UNION ALL of private/public asset
queries):

- ID and Name sorting silently had no effect, because ORDER BY was
  applied to the individual UNION ALL members instead of the combined
  outer query; per SQL, ordering a union member doesn't guarantee the
  combined result is ordered. Sorting is now applied to the outer
  query instead.
- Sorting by Account raised a 500 (auto-correlation error): the
  account-name scalar subquery auto-correlated away its own FROM
  clause when the outer (private-assets) query already joined
  Account. Fixed by explicitly correlating only GenericAsset.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01C2JTqYVFPmJgX7kN2DSvbE

7 of 8 new or added lines in 1 file covered. (87.5%)

14557 of 17855 relevant lines covered (81.53%)

0.82 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
71.55
flexmeasures/data/queries/generic_assets.py
Jobs
ID Job ID Ran Files Coverage
1 29341985964.1 14 Jul 2026 02:59PM UTC 168
81.53
GitHub Action Run
Source Files on build 29341985964
  • Tree
  • List 168
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29341985964
  • 13628232 on github
  • Next Build on fix/assets-sort-v2 (#29342880116)
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