Stop using Internet#username() interally#1671
Conversation
PR Summary
|
Since Internet#usernam() was already changed to use Credentials#username() all internal use may as well do the same thing so that DF itself isn't using deprecated methods. Signed-off-by: kingthorin <[email protected]>
d047a76 to
6da85ad
Compare
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1671 +/- ##
=========================================
Coverage 92.28% 92.28%
Complexity 3393 3393
=========================================
Files 333 333
Lines 6714 6714
Branches 666 666
=========================================
Hits 6196 6196
Misses 354 354
Partials 164 164 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Thanks @asolntsev ! |
Since Internet#usernam() was already changed to use Credentials#username() all internal use may as well do the same thing so that DF itself isn't using deprecated methods.