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

feat: simplify rules for receiver with type parameters #39

Merged
merged 3 commits into from
Sep 1, 2022
Merged

Conversation

timonwong
Copy link
Owner

Fix #38

@codecov
Copy link

codecov bot commented Sep 1, 2022

Codecov Report

Merging #39 (2d134f0) into master (d2fadc4) will increase coverage by 1.65%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
+ Coverage   97.15%   98.81%   +1.65%     
==========================================
  Files          12       12              
  Lines         562      589      +27     
==========================================
+ Hits          546      582      +36     
+ Misses         11        5       -6     
+ Partials        5        2       -3     
Impacted Files Coverage Δ
internal/rules/rules.go 100.00% <100.00%> (ø)
loggercheck.go 94.35% <0.00%> (+4.83%) ⬆️
internal/checkers/checker.go 100.00% <0.00%> (+10.34%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Signed-off-by: Timon Wong <[email protected]>
Signed-off-by: Timon Wong <[email protected]>
@timonwong timonwong merged commit 7395ab8 into master Sep 1, 2022
@timonwong timonwong deleted the generic branch September 1, 2022 14:28
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.

Better handling of type parameters receiver
1 participant