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

Teamwork / kommentaar / 28532691333
55%
master: 55%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v0.3.3
DEFAULT BRANCH: master
Ran 01 Jul 2026 04:34PM 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:33PM UTC coverage: 55.047% (+1.4%) from 53.654%
28532691333

Pull #115

github

shane-tw
docparse: cache build.Import failures to eliminate repeated failed lookups

resolvePackageWithFallback was only caching successes. Short package names
like "payload" always fail (not a full import path) before resolvePackage
falls back to goutil.ResolveImport to get the full path. Those two failing
build.Import calls were repeated for every unique type reference.

Cache both success and failure results so build.Import is called at most
twice per unique path per run. Also remove the redundant resolveImportCache
in find.go — goutil.ResolveImport already maintains its own importsCache
internally.

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

117 of 133 new or added lines in 1 file covered. (87.97%)

2 existing lines in 1 file now uncovered.

1276 of 2318 relevant lines covered (55.05%)

40.52 hits per line

Uncovered Changes

Lines Coverage ∆ File
16
57.56
5.44% docparse/find.go

Coverage Regressions

Lines Coverage ∆ File
2
57.56
5.44% docparse/find.go
Jobs
ID Job ID Ran Files Coverage
1 28532691333.1 01 Jul 2026 04:34PM UTC 10
55.05
GitHub Action Run
Source Files on build 28532691333
  • 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