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

SEED-platform / seed / #9378 / 1
25%
develop: 25%

Build:
DEFAULT BRANCH: develop
Ran 23 Jul 2026 03:13AM UTC
Files 784
Run time 16s
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

23 Jul 2026 02:35AM UTC coverage: 24.538%. Remained the same
#9378.1

push

coveralls-python

web-flow
Fix flaky report axis options test with deterministic column ordering (#5280)

* fix migrations on prod database

* more doc explaining

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* ensure determinism on other order_by calls

* add sql based column stats

* remove v4 analyses, which should have been property

* add check for where ng-app is stored

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Fetch AccessLevelInstance once per request instead of once per cycle

* allow api to get benchmarking stats from espm data explorer

* fix migration error

* Apply suggestions from code review

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Fix flaky report axis options test with deterministic column ordering

The organization detail endpoint serialized default_reports_x/y_axis_options
from querysets without an ORDER BY, and test_set_default_reports_axis_options
selected columns via positional slices on an equally unordered queryset.
Postgres is free to return rows in any order without ORDER BY, so the list
comparisons intermittently failed (e.g. geocoding_confidence landing in a
different slot). Add explicit .order_by("id") to the API querysets and the
test slices so results are deterministic.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

* Fix flaky match-merge test via deterministic promotion order

The whole-org match/merge flow re-saves states in promote(), which bumps
the auto_now `updated` field. Downstream merge logic breaks priority ties
... (continued)

12424 of 50632 relevant lines covered (24.54%)

0.25 hits per line

Source Files on job #9378.1
  • Tree
  • List 784
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 9378
  • 4809b46a on github
  • Prev Job for on develop (##9370.1)
  • Next Job for on develop (##9380.1)
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