-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
Fix rating duplication in profile #4592
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4592 +/- ##
==========================================
+ Coverage 30.09% 30.12% +0.03%
==========================================
Files 211 211
Lines 16954 16957 +3
Branches 2290 2291 +1
==========================================
+ Hits 5102 5108 +6
+ Misses 11654 11651 -3
Partials 198 198
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #4592 +/- ##
==========================================
- Coverage 30.12% 30.12% -0.01%
==========================================
Files 210 210
Lines 16911 16914 +3
Branches 2284 2285 +1
==========================================
Hits 5095 5095
- Misses 11619 11622 +3
Partials 197 197
Continue to review full report at Codecov.
|
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.
Nice looks good 👍
if not settings.DEBUG: | ||
network = 'mainnet' | ||
else: | ||
network = 'rinkeby' |
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.
noiceeee
Description
Refers/Fixes
Fix: #4343 #4354 #4342
Testing