Skip to content

chore: install the mocking library go.mod declares - #129

Merged
retr0h merged 1 commit into
mainfrom
fix/documentation-drift
Aug 16, 2026
Merged

chore: install the mocking library go.mod declares#129
retr0h merged 1 commit into
mainfrom
fix/documentation-drift

Conversation

@retr0h

@retr0h retr0h commented Aug 16, 2026

Copy link
Copy Markdown
Contributor

Part of correct-documentation-drift.

The deps recipe installed github.com/golang/mock/mockgen — deprecated, and not what the module uses. go.mod declares go.uber.org/mock/mockgen as a tool. CONTRIBUTING.md named the deprecated library too, and AGENTS.md pointed at a docs/plans/ directory that does not exist yet.

just test passes at 100% coverage.

🤖 Generated with Claude Code

The deps recipe installed the deprecated golang/mock/mockgen while
go.mod declares go.uber.org/mock. Documentation named the deprecated
library too, and pointed agents at a plans directory that does not
exist yet.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

Thank you for contributing to this project! 😊🕹️

@codecov

codecov Bot commented Aug 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #129   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines          414       414           
=========================================
  Hits           414       414           

Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update db42499...35307fb. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@retr0h
retr0h merged commit c61713e into main Aug 16, 2026
9 checks passed
@retr0h
retr0h deleted the fix/documentation-drift branch August 16, 2026 04:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant