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

ajdnik / imghash / 27201984697
88%
master: 90%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 09 Jun 2026 11:09AM UTC
Jobs 1
Files 60
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

09 Jun 2026 11:07AM UTC coverage: 88.478% (-3.2%) from 91.723%
27201984697

push

github

web-flow
fix(dinoweights): drop from main module require to stop 85MB consumer download (#69)

* fix(dinoweights): drop from main module require to stop 85MB consumer download

Main module no longer requires github.com/ajdnik/imghash/dinoweights, so
`go get github.com/ajdnik/imghash/v2` no longer pulls the 85MB weights
blob into the consumer's module cache. Production code never imported
the package — only the integration test did — so the test moves to the
dinoweights module where it lives next to the blob it validates.

Wire the repo as a two-module workspace via go.work and update CI:

- vet, lint, vulncheck, test now run as a matrix over both modules
- new coverage job merges per-module profiles with gocovmerge and
  enforces the 80% threshold against the merged result
- coveralls job consumes the merged profile

* fix(dinoweights): drop redundant import alias to satisfy gofmt

* ci: scope go list -m to current module in test summary

go list -m emits every module in the workspace when go.work is active,
so the test summary's MODULE variable held two newline-separated paths
and the sed pipeline broke with "unterminated 's' command". Run the
lookup with GOWORK=off so only the current module is returned.

3517 of 3975 relevant lines covered (88.48%)

6447264.1 hits per line

Coverage Regressions

Lines Coverage ∆ File
49
0.0
-47.57% internal/dinov2/model.go
37
0.0
-100.0% internal/vit/model.go
19
52.0
-38.0% dinohash.go
18
0.0
-100.0% internal/vit/block.go
6
94.71
-3.53% options.go
Jobs
ID Job ID Ran Files Coverage
1 27201984697.1 09 Jun 2026 11:09AM UTC 60
88.48
GitHub Action Run
Source Files on build 27201984697
  • Tree
  • List 60
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 5bc21861 on github
  • Prev Build on main (#27196830250)
  • Next Build on main (#27202245189)
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