Open gkappler opened 5 years ago
:exclamation: No coverage uploaded for pull request base (
master@256ca60
). Click here to learn what that means. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #98 +/- ##
=========================================
Coverage ? 28.64%
=========================================
Files ? 4
Lines ? 1166
Branches ? 0
=========================================
Hits ? 334
Misses ? 832
Partials ? 0
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 256ca60...dd6f0b2. Read the comment docs.
Thanks for the useful package. I needed to parse a bz2 compressed xml file, and made a minor API extension
parsestream
for parsing xml from any IO stream which I factored out ofparsefile
.Maybe that is useful in general. I am happy to amend your suggestions, Gregor