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 diagnostic if Handle method is not private #52

Merged
merged 2 commits into from
Mar 25, 2024

Conversation

viceroypenguin
Copy link
Member

Fixes #49

Copy link

codecov bot commented Mar 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.20%. Comparing base (363b547) to head (693bef8).

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #52      +/-   ##
==========================================
+ Coverage   93.03%   93.20%   +0.16%     
==========================================
  Files          15       15              
  Lines         833      853      +20     
  Branches       91       92       +1     
==========================================
+ Hits          775      795      +20     
  Misses         28       28              
  Partials       30       30              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@viceroypenguin viceroypenguin merged commit d532a15 into master Mar 25, 2024
4 checks passed
@viceroypenguin viceroypenguin deleted the handler-private branch March 25, 2024 12:21
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.

✨ Add compiler warning if the static Handler method is public
1 participant