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

umputun / newscope / 32271360150
81%
master: 81%

Build:
Build:
LAST BUILD BRANCH: fix/extract-button-when-disabled
DEFAULT BRANCH: master
Ran 19 Aug 2026 03:41PM UTC
Jobs 1
Files 24
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

19 Aug 2026 03:24PM UTC coverage: 81.126% (+0.2%) from 80.892%
32271360150

Pull #43

github

paskal
Fix panic when content extraction is disabled

Previously, main passed a nil *content.HTTPExtractor to the scheduler when
extraction.enabled was false, producing a non-nil Extractor interface with a
nil pointer inside and panicking on the first processed item.

The extractor is now kept as scheduler.Extractor and stays nil when extraction
is off. The feed processor then skips extraction and classifies articles from
the content provided by the feed, ExtractContentNow reports that extraction is
disabled, and the startup pass over items needing extraction is skipped because
nothing would ever mark those items as extracted.
Pull Request #43: Fix panic when content extraction is disabled

27 of 32 new or added lines in 3 files covered. (84.38%)

3748 of 4620 relevant lines covered (81.13%)

27.86 hits per line

Uncovered Changes

Lines Coverage ∆ File
5
63.85
0.65% cmd/newscope/main.go
Jobs
ID Job ID Ran Files Coverage
1 32271360150.1 19 Aug 2026 03:41PM UTC 24
81.13
GitHub Action Run
Source Files on build 32271360150
  • Tree
  • List 24
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #43
  • PR Base - master (#23326286653)
  • Delete
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