Closed johnomotani closed 4 years ago
Merging #146 into master will increase coverage by
0.05%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #146 +/- ##
==========================================
+ Coverage 77.82% 77.87% +0.05%
==========================================
Files 14 14
Lines 2178 2183 +5
Branches 496 496
==========================================
+ Hits 1695 1700 +5
Misses 308 308
Partials 175 175
Impacted Files | Coverage Δ | |
---|---|---|
xbout/load.py | 79.34% <100.00%> (-0.07%) |
:arrow_down: |
xbout/utils.py | 80.83% <100.00%> (+0.40%) |
:arrow_up: |
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 6f7a512...ec21e52. Read the comment docs.
Test if
datapath
is convertible to a pathlib.Path(). More robust thanisinstance()
check, and removes explicit dependency onpy
package.Fixes #145