Closed rmkeezer closed 4 years ago
Merging #63 into v2 will increase coverage by
0.02%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## v2 #63 +/- ##
==========================================
+ Coverage 97.89% 97.92% +0.02%
==========================================
Files 17 17
Lines 617 625 +8
==========================================
+ Hits 604 612 +8
Misses 13 13
Impacted Files | Coverage Δ | |
---|---|---|
ibm_cloud_sdk_core/api_exception.py | 100.00% <100.00%> (ø) |
|
ibm_cloud_sdk_core/cp4d_token_manager.py | 100.00% <100.00%> (ø) |
|
ibm_cloud_sdk_core/iam_token_manager.py | 100.00% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update d724128...1ac194b. Read the comment docs.
ref: https://github.ibm.com/arf/planning-sdk-squad/issues/1599
Update python super call to python3 version:
super(ClassName, self)
->super()