- Notifications
You must be signed in to change notification settings - Fork673
fix: wrong variable name#1332
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Discovered this when I ran flake8 on the file. Unfortunately I was theone who introduced this wrong variable name :(
codecov-io commentedFeb 25, 2021
Codecov Report
@@ Coverage Diff @@## master #1332 +/- ##======================================= Coverage 80.29% 80.29% ======================================= Files 72 72 Lines 3746 3746 ======================================= Hits 3008 3008 Misses 738 738
Flags with carried forward coverage won't be shown.Click here to find out more.
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.
Haha well if someone tried to use the v3 API at this point they wouldn't get very far anyway :) Thanks!
Discovered this when I ran flake8 on the file. Unfortunately I was the
one who introduced this wrong variable name :(