-
Notifications
You must be signed in to change notification settings - Fork 8
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
Use string type for current token and fingerprint #10
Conversation
c4b390b
to
3793ebe
Compare
Codecov ReportBase: 89.33% // Head: 89.28% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #10 +/- ##
==========================================
- Coverage 89.33% 89.28% -0.05%
==========================================
Files 8 8
Lines 1528 1521 -7
==========================================
- Hits 1365 1358 -7
Misses 142 142
Partials 21 21
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. |
e3de096
to
39b01fb
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Merging this as:
If anything should change we can take care in a next PR. |
string
for current token avoids copying, it is always just a slice into the inputAfter
Before