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

scoringengine / scoringengine / 22558297470
90%

Build:
DEFAULT BRANCH: master
Ran 02 Mar 2026 01:59AM UTC
Jobs 1
Files 90
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

27 Feb 2026 04:34PM UTC coverage: 75.683%. Remained the same
22558297470

push

github

web-flow
Fix CI test failures: coveralls, test hangs, and signal handler bug (#1148)

* Fix nightly CI failures caused by coveralls.io outage

- Add continue-on-error to coveralls upload step so third-party service
  outages don't fail the build
- Fix cache-dependency-paths → cache-dependency-path (renamed in
  actions/setup-python@v5)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Fix CI unit test hangs and runner shutdown failures

In CI, engine.conf is gitignored so only engine.conf.inc is loaded,
which sets cache_type=redis. This causes Setting.get_setting() to
attempt Redis connections to localhost:6379 (nothing listening), adding
latency that combined with SQLite contention between parallel pytest
workers causes intermittent multi-minute test hangs and GitHub Actions
runner shutdowns.

- Set SCORINGENGINE_CACHE_TYPE=null in CI to disable Redis caching
- Add pytest-timeout (60s per test) to catch hanging tests early
- Add timeout-minutes: 10 to the step for clearer failure messages
- Fix engine signal handler bug: partial() passed obj= but the
  function parameter is named engine, causing TypeError on SIGTERM

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

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

2966 of 3919 relevant lines covered (75.68%)

0.76 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22558297470.1 02 Mar 2026 01:59AM UTC 90
75.68
GitHub Action Run
Source Files on build 22558297470
  • Tree
  • List 90
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 96e8f440 on github
  • Prev Build on master (#22533803216)
  • Next Build on master (#22651488275)
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