Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify package generation and mixed receiver types #120

Merged
merged 3 commits into from
Jun 19, 2024
Merged

Conversation

myshkin5
Copy link
Collaborator

Fixes #119

Copy link

codecov bot commented Jun 19, 2024

Codecov Report

Attention: Patch coverage is 83.33333% with 13 lines in your changes missing coverage. Please review.

Project coverage is 92.05%. Comparing base (c99732f) to head (cebcedb).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #120      +/-   ##
==========================================
- Coverage   92.07%   92.05%   -0.02%     
==========================================
  Files          17       17              
  Lines        3230     3261      +31     
==========================================
+ Hits         2974     3002      +28     
- Misses        198      200       +2     
- Partials       58       59       +1     
Files Coverage Δ
generator/moqgen.go 91.75% <100.00%> (+0.02%) ⬆️
pkg/internal/generator.go 100.00% <100.00%> (ø)
ast/cache.go 88.00% <97.82%> (+0.68%) ⬆️
ast/testpkgs/noexport/file3.go 0.00% <0.00%> (ø)
generator/generator.go 50.00% <0.00%> (-0.99%) ⬇️
ast/testpkgs/noexport/generics.go 0.00% <0.00%> (ø)
generator/converter.go 95.10% <81.81%> (-0.17%) ⬇️

@myshkin5 myshkin5 merged commit e0eb058 into main Jun 19, 2024
2 of 3 checks passed
@myshkin5 myshkin5 deleted the mixed-receivers branch June 19, 2024 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Package generation improvements
1 participant