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

Add support for fn parameters #91

Merged
merged 1 commit into from
Feb 16, 2023
Merged

Add support for fn parameters #91

merged 1 commit into from
Feb 16, 2023

Conversation

myshkin5
Copy link
Collaborator

Fixes #90

@codecov
Copy link

codecov bot commented Feb 16, 2023

Codecov Report

Merging #91 (90ba042) into main (7059f4a) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #91      +/-   ##
==========================================
+ Coverage   92.36%   92.37%   +0.01%     
==========================================
  Files          16       16              
  Lines        2998     3005       +7     
==========================================
+ Hits         2769     2776       +7     
  Misses        172      172              
  Partials       57       57              
Impacted Files Coverage Δ
generator/testmoqs/types.go 0.00% <ø> (ø)
generator/converter.go 96.39% <100.00%> (+0.01%) ⬆️

@myshkin5 myshkin5 merged commit 35922f9 into main Feb 16, 2023
@myshkin5 myshkin5 deleted the support-fn-params branch February 16, 2023 05:40
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.

Invalid mock when method has a function parameter
1 participant