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

SEED-platform / seed / #9438
24%

Build:
DEFAULT BRANCH: develop
Ran 20 Aug 2026 03:44AM UTC
Jobs 1
Files 785
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

20 Aug 2026 03:08AM UTC coverage: 24.514% (-0.003%) from 24.517%
#9438

push

coveralls-python

web-flow
Stop embedding units in public feed values; add "<field>_units" sibling key (#5293)

* Stop embedding units in public feed values; add "<field>_units" sibling key

The public feed (feed.json/feed.html, via seed/utils/public.py) stringified
pint-aware values like site_eui into a single combined string, e.g.:

    "site_eui": "87.3 kilobritish_thermal_unit / foot ** 2 / year"

This meant consumers had to parse the unit back out of the value string
themselves. Now the value is left as a plain, unit-less number, and the units
are reported in a sibling "<field>_units" key instead:

    "site_eui": 87.3,
    "site_eui_units": "kilobritish_thermal_unit / foot ** 2 / year"

Added a test asserting a pint-aware field (gross_floor_area) comes back as a
plain number with its units in the new sibling key; confirmed it fails
against the old code and passes with the fix. Also verified live against a
real org's data via the running dev server.

Co-authored-by: Copilot <223556219+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>

---------

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

0 of 8 new or added lines in 2 files covered. (0.0%)

2 existing lines in 1 file now uncovered.

12434 of 50722 relevant lines covered (24.51%)

0.25 hits per line

Uncovered Changes

Lines Coverage ∆ File
5
13.79
-0.39% seed/utils/public.py
3
10.87
-0.37% seed/tests/test_public_views.py

Coverage Regressions

Lines Coverage ∆ File
2
13.79
-0.39% seed/utils/public.py
Jobs
ID Job ID Ran Files Coverage
1 #9438.1 20 Aug 2026 03:44AM UTC 785
24.51
Source Files on build #9438
  • Tree
  • List 785
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • c1e8ec49 on github
  • Prev Build on develop
  • Next Build on develop
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