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

FlexMeasures / flexmeasures / 30824796201
83%
main: 84%

Build:
Build:
LAST BUILD BRANCH: feat/internal-commodity-balance
DEFAULT BRANCH: main
Ran 03 Aug 2026 03:06PM UTC
Jobs 1
Files 173
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

03 Aug 2026 02:52PM UTC coverage: 83.466%. Remained the same
30824796201

push

github

Flix6x
Address review round 6: use the right schema form in each place

The schema resolver returns two forms, a raw name for catalog comparisons and a
quote_ident'd one for interpolating into raw SQL, and two places had them the wrong
way round.

op.drop_constraint was given the quoted form, but Alembic quotes the schema itself,
so a name needing quotes would have come out doubly quoted.
The CREATE INDEX in the other migration's downgrade was given the raw form,
which it interpolates into SQL directly, so a name needing quotes would have failed
to parse.

Neither shows up on a database whose schema is called public,
and the earlier multi-schema test did not catch them either,
because it used a schema named app -- a name that needs no quoting,
so it could not have distinguished the two forms.
The test was too easy on itself.

Verified against a schema literally named "My Schema":
upgrade, both downgrades, the index drops and the primary key swap all behave.

flexmeasures/data: 249 passed.

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

16598 of 19886 relevant lines covered (83.47%)

0.83 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30824796201.1 03 Aug 2026 03:06PM UTC 173
83.47
GitHub Action Run
Source Files on build 30824796201
  • Tree
  • List 173
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #30824796201
  • 40a18343 on github
  • Prev Build on feat/timed-belief-pk-column-order (#30823606127)
  • Next Build on feat/timed-belief-pk-column-order (#30825158467)
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