Closed JackLiu00521 closed 1 year ago
Merging #1016 (cf187dc) into master (dd6a292) will increase coverage by
53.11%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #1016 +/- ##
=============================================
+ Coverage 22.71% 75.83% +53.11%
=============================================
Files 358 112 -246
Lines 29088 4945 -24143
Branches 3479 0 -3479
=============================================
- Hits 6608 3750 -2858
+ Misses 22266 1195 -21071
+ Partials 214 0 -214
Flag | Coverage Δ | |
---|---|---|
python-integration | 59.59% <100.00%> (+<0.01%) |
:arrow_up: |
python-unit | 52.19% <100.00%> (?) |
Flags with carried forward coverage won't be shown. Click here to find out more.
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
What is this PR for?
Fix mypy python check error (cause by mypy recent change: --no-implicit-optional by default) https://mypy-lang.blogspot.com/2022/11/mypy-0990-released.html
What type of PR is it?
[Bug Fix]
What is the Jira issue?
https://issues.apache.org/jira/browse/SUBMARINE-1348
How should this be tested?
Python check style test will now pass
Screenshots (if appropriate)
Questions: