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

tethysplatform / tethys / 31533216364
100%

Build:
DEFAULT BRANCH: main
Ran 11 Aug 2026 08:42PM UTC
Jobs 1
Files 216
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

11 Aug 2026 08:29PM UTC coverage: 99.993%. Remained the same
31533216364

push

github

web-flow
Add node_modules to STATICFILES_DIRS when STATICFILES_USE_NPM is enabled (#1291)

* Add node_modules to STATICFILES_DIRS when STATICFILES_USE_NPM is enabled

- settings.py only appended node_modules to STATICFILES_DIRS when
  STATICFILES_USE_NPM was set under TETHYS_PORTAL_CONFIG
- The generic settings loader later applies any remaining top-level keys
  to the Django settings module, so STATICFILES_USE_NPM declared at the
  top level of the `settings` block would enable NPM mode, switching
  templates from CDN to /static/ URLs without ever adding
  node_modules to the static paths
- The portal then requested local JavaScript and CSS dependencies that
  were never served, returning 404s and leaving the portal unstyled
- Also check for STATICFILES_USE_NPM at the top level so the
  node_modules path is added whenever NPM mode is on, regardless of
  where it's declared

* Format code with python black formatter

---------

Co-authored-by: James-Dolinar <James-Dolinar@users.noreply.github.com>

1 of 1 new or added line in 1 file covered. (100.0%)

13741 of 13742 relevant lines covered (99.99%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31533216364.1 11 Aug 2026 08:42PM UTC 216
99.99
GitHub Action Run
Source Files on build 31533216364
  • Tree
  • List 216
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 8eab031b on github
  • Prev Build on main (#30729367431)
  • Next Build on main (#31534815235)
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