-
Notifications
You must be signed in to change notification settings - Fork 27
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
♻️ webserver
: fixes mypy issues in exporter
plugin
#4339
♻️ webserver
: fixes mypy issues in exporter
plugin
#4339
Conversation
exporter
modulewebserver
: fixes mypy issues in exporter
plugin
Codecov Report
@@ Coverage Diff @@
## master #4339 +/- ##
=========================================
- Coverage 85.6% 78.8% -6.9%
=========================================
Files 978 392 -586
Lines 41979 20415 -21564
Branches 993 173 -820
=========================================
- Hits 35968 16089 -19879
+ Misses 5787 4277 -1510
+ Partials 224 49 -175
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
🎉
Code Climate has analyzed commit afb8f70 and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
What do these changes do?
Addresses remaining issues with mypy in webserver's exporter module.
Related issue/s
How to test
DevOps Checklist