Closed jayvdb closed 5 years ago
Merging #58 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #58 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 3 3
Lines 77 81 +4
=====================================
+ Hits 77 81 +4
Impacted Files | Coverage Δ | |
---|---|---|
src/stdio_mgr/stdio_mgr.py | 100% <100%> (ø) |
: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 5498a9d...b04926d. Read the comment docs.
This replaces a private attribute used by RandomTextIO with a callback supplied by RandomTextIO, removing the need to document a private attribute.
Related to https://github.com/bskinn/stdio-mgr/pull/56