-
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
Fix some type errors in LanguageProcessor
s
#701
Conversation
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #701 +/- ##
=======================================
Coverage 98.09% 98.09%
=======================================
Files 434 434
Lines 36548 36607 +59
=======================================
+ Hits 35852 35911 +59
Misses 696 696
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #701 +/- ##
=======================================
Coverage 98.09% 98.09%
=======================================
Files 434 434
Lines 36548 36607 +59
=======================================
+ Hits 35852 35911 +59
Misses 696 696
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #701 +/- ##
=======================================
Coverage 98.09% 98.09%
=======================================
Files 434 434
Lines 36548 36607 +59
=======================================
+ Hits 35852 35911 +59
Misses 696 696
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAttention: Patch coverage is
Changes have been made to critical files, which contain lines commonly executed in production. Learn more ✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #701 +/- ##
========================================
Coverage 98.13% 98.14%
========================================
Files 475 475
Lines 37903 38049 +146
========================================
+ Hits 37198 37343 +145
- Misses 705 706 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 12 files with indirect coverage changes
|
5830e7b
to
ec368a9
Compare
LanguageProcessor
sLanguageProcessor
s
ec368a9
to
e7eb577
Compare
This only fixes the type errors in one part of the language processors. Others still fail mypy, and I will fix those in followup PRs.