Closed rahulporuri closed 4 years ago
:exclamation: No coverage uploaded for pull request base (
master@aae2b1e
). Click here to learn what that means. The diff coverage is100%
.
@@ Coverage Diff @@
## master #43 +/- ##
=========================================
Coverage ? 50.51%
=========================================
Files ? 68
Lines ? 3908
Branches ? 847
=========================================
Hits ? 1974
Misses ? 1740
Partials ? 194
Impacted Files | Coverage Δ | |
---|---|---|
codetools/execution/executing_context.py | 88.88% <ø> (ø) |
|
codetools/execution/async_executing_context.py | 94.44% <ø> (ø) |
|
codetools/contexts/traitslike_context_wrapper.py | 90.74% <100%> (ø) |
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 aae2b1e...a8f4808. Read the comment docs.
rich_compare
has been deprecated since version 3.0.3 of traits and it's been replaced with thecomparison_mode
kwarg.See PR https://github.com/enthought/traits/pull/598/ for more information.