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

tethysplatform / tethys / 17241270878
100%

Build:
DEFAULT BRANCH: main
Ran 26 Aug 2025 02:32PM UTC
Jobs 1
Files 181
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

26 Aug 2025 02:28PM UTC coverage: 100.0% (+0.009%) from 99.991%
17241270878

push

github

web-flow
Fix the CI (#1186)

* try reconfiguring ci-jobs to only run one job on mac-os

* Fix the Docker build - README.rst -> README.md

* Add concurrency to automatically kill jobs with new pushes to the same pull request

* Comment out the test that is stalling

* Skip another test that stalls

* Skip another stalling test

* Another stalling test

* Another

* Fix pip dependency override in install_tethys.sh
pip install installs the dependencies in the pyproject.yml and overrides the versions of django, daphne, and channels installed by conda

* Fix --no-deps option... oops

* Exclude django 3.2 and Python 3.13 combo

* Fix deadlock issue with TethysWebsocketConsumer.authorized
The _authorize() method uses database_sync_to_async(_has_permission) which creates async database operations, but you're calling it with async_to_sync() in a sync context. This can cause deadlocks in Django's async framework.
Made a synchronous version of _authorize_sync

* lint and black

* Try un-skipping the custom component tests again

* Add test for missing coverage in harvester
Mock print() statements in component tests to clean test output

* Remove commented out skip decorators

* Add python 3.13 configuration to docker release build

* Run mac tests on LTS and next version of Django and latest Python

* For real this time

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

11771 of 11771 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 17241270878.1 26 Aug 2025 02:32PM UTC 181
100.0
GitHub Action Run
Source Files on build 17241270878
  • Tree
  • List 181
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 5f50eb9a on github
  • Prev Build on main (#16093443166)
  • Next Build on main (#17251376912)
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