Closed gilch closed 3 years ago
Merging #133 (fc6e583) into master (3278634) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #133 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 5 5
Lines 660 658 -2
Branches 102 102
=========================================
- Hits 660 658 -2
Impacted Files | Coverage Δ | |
---|---|---|
src/hissp/reader.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 3278634...fc6e583. Read the comment docs.
Still seeing some problems with the system calls examples. Those are not automatically tested because they were different on Unix and Windows. Looks like I still don't have a version that works on both yet. Might not be possible this way. Python has other ways of writing files though.
Reorganization of the quickstart. Hopefully nothing important got lost. I really should have committed more frequently. The quickstart did not get any shorter, but it now gets to the most useful parts sooner. I also added more exposition and examples where more clarity was warranted. Docs are hard.
Also a small refactor of a reader method.