Closed eacharles closed 3 years ago
Merging #18 (0b4054d) into main (5598ce1) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## main #18 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 8 8
Lines 508 557 +49
=========================================
+ Hits 508 557 +49
Flag | Coverage Δ | |
---|---|---|
unittests | 100.00% <100.00%> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
tables_io/convUtils.py | 100.00% <100.00%> (ø) |
|
tables_io/ioUtils.py | 100.00% <100.00%> (ø) |
|
tables_io/types.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 5598ce1...0b4054d. Read the comment docs.
Added support for numpy record arrays.
Also, fixed docs/install.rst to include pip install.