Closed rofinn closed 6 years ago
Merging #46 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #46 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 7 7
Lines 190 192 +2
=====================================
+ Hits 190 192 +2
Impacted Files | Coverage Δ | |
---|---|---|
src/Memento.jl | 100% <ø> (ø) |
:arrow_up: |
src/records.jl | 100% <ø> (ø) |
:arrow_up: |
src/formatters.jl | 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 63e098f...75d2077. Read the comment docs.
Converted the
JsonFormatter
to a more genericDictFormatter
which takes a string serialization function (e.g.,string
orjson
). This will allow us to drop JSON.jl as a dependency and increases code reusability.