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

Teamwork / kommentaar / 25377318201
53%
master: 53%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v0.2.8
DEFAULT BRANCH: master
Ran 05 May 2026 12:50PM 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

05 May 2026 12:48PM UTC coverage: 52.971% (-0.2%) from 53.142%
25377318201

Pull #111

github

shane-tw
Fix package name collision when two packages share the same base name

When two packages have the same last path component (e.g. sub-a/shared
and sub-b/shared both resolve to "shared"), GetReference was using
filepath.Base(pkg) as the lookup key, causing the second type to
silently overwrite the first in prog.References.

The fix adds a collision check before storing: if the key already exists
for a different package, a numeric suffix is appended (shared.Request2,
shared.Request3, …) to produce a unique key. Repeated calls for the same
colliding package reuse the existing suffixed key.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Pull Request #111: Fix package name collision when two packages share the same base name

1 of 9 new or added lines in 1 file covered. (11.11%)

56 existing lines in 1 file now uncovered.

1168 of 2205 relevant lines covered (52.97%)

42.48 hits per line

Uncovered Changes

Lines Coverage ∆ File
8
50.74
-0.67% docparse/find.go

Coverage Regressions

Lines Coverage ∆ File
56
50.74
-0.67% docparse/find.go
Jobs
ID Job ID Ran Files Coverage
1 25377318201.1 05 May 2026 12:50PM UTC 10
52.97
GitHub Action Run
Source Files on build 25377318201
  • Tree
  • List 10
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #111
  • PR Base - master (#24848102737)
  • 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