-
Notifications
You must be signed in to change notification settings - Fork 176
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
Expanded type coverage to benchmarks, samples and tests. #566
Conversation
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
Codecov Report
@@ Coverage Diff @@
## main #566 +/- ##
==========================================
- Coverage 71.69% 71.69% -0.01%
==========================================
Files 87 87
Lines 7875 7881 +6
==========================================
+ Hits 5646 5650 +4
- Misses 2229 2231 +2
|
361e3b2
to
e38d83e
Compare
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
@saimedhi I think this is 🟢 |
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.
LGTM
@saimedhi good with you? (pls hit merge if yes) |
I think @saimedhi is OOO, will merge (please add more comments and I can take of them later if needed), thanks @VachaShah for a CR. |
…project#566) * Renamed json samples to fix duplicate module name. Signed-off-by: dblock <dblock@amazon.com> * Enabled mypy on all source files. Signed-off-by: dblock <dblock@amazon.com> * Added missing types. Signed-off-by: dblock <dblock@amazon.com> * Added CHANGELOG. Signed-off-by: dblock <dblock@amazon.com> * Move type: ignore to fix untyped decorator makes function untyped. Signed-off-by: dblock <dblock@amazon.com> * Fix nox -rs lint-3.7. Signed-off-by: dblock <dblock@amazon.com> * Fixed incorrect import. Signed-off-by: dblock <dblock@amazon.com> * Fix broken test. Signed-off-by: dblock <dblock@amazon.com> * Fixed TestBulk::test_bulk_works_with_bytestring_body. Signed-off-by: dblock <dblock@amazon.com> --------- Signed-off-by: dblock <dblock@amazon.com> Signed-off-by: roma2023 <romasaparhan19@gmail.com>
Description
Expanded type coverage to benchmarks, samples and tests.
Issues Resolved
Closes #564.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.