-
Notifications
You must be signed in to change notification settings - Fork 10
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
task(logout): criar funcionalidade de logout na implementção da api #93
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #93 +/- ##
==========================================
+ Coverage 98.21% 98.30% +0.08%
==========================================
Files 31 34 +3
Lines 897 944 +47
==========================================
+ Hits 881 928 +47
Misses 16 16 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Implementação clara, e clean code. Apenas aponto o erro no codeclimate, considero refatorar apenas a parte do código onde é apontado o problema.
fd9b330
to
bf85a23
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Clean code implemented and good modular programming.
Issue:
close #91
O que foi feito?