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

Teamwork / kommentaar / 28532967193
55%
master: 55%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v0.3.3
DEFAULT BRANCH: master
Ran 01 Jul 2026 04:39PM UTC
Jobs 1
Files 10
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

01 Jul 2026 04:38PM UTC coverage: 55.631% (+2.0%) from 53.654%
28532967193

Pull #115

github

shane-tw
docparse: batch-resolve imports via packages.Load before endpoint processing

The previous preloadImports attempt called build.Import concurrently for
all imports, causing system contention and making things slower.

This replaces it with a single packages.Load call that resolves all
imported packages in one go list invocation. The results are used to:
1. Pre-populate resolvedPkgCache so resolvePackageWithFallback never
   calls build.Import for any of those packages
2. Pre-parse each package's declarations into declsCache serially

The serial comment loop then finds all caches warm and processes
endpoints without any cold build.Import or getDecls calls.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Pull Request #115: docparse: parse source files in parallel

154 of 176 new or added lines in 1 file covered. (87.5%)

2 existing lines in 1 file now uncovered.

1314 of 2362 relevant lines covered (55.63%)

40.36 hits per line

Uncovered Changes

Lines Coverage ∆ File
22
59.48
7.36% docparse/find.go

Coverage Regressions

Lines Coverage ∆ File
2
59.48
7.36% docparse/find.go
Jobs
ID Job ID Ran Files Coverage
1 28532967193.1 01 Jul 2026 04:39PM UTC 10
55.63
GitHub Action Run
Source Files on build 28532967193
  • Tree
  • List 10
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #115
  • PR Base - master (#27542449118)
  • Delete
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