-
Notifications
You must be signed in to change notification settings - Fork 1
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: Migrate to generics usage #53
Conversation
Codecov ReportBase: 93.93% // Head: 100.00% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #53 +/- ##
===========================================
+ Coverage 93.93% 100.00% +6.06%
===========================================
Files 1 1
Lines 66 32 -34
===========================================
- Hits 62 32 -30
+ Misses 2 0 -2
+ Partials 2 0 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
SonarCloud Quality Gate failed. |
Description
Migrated code to usage of generics.
Issue
#52
Possible failures/side-effects
Possible staticcheck linter warnings on usage of deprecated functions.
Other notes
none