invenia / Memento.jl

A flexible logging library for Julia
https://invenia.github.io/Memento.jl/latest
Other
87 stars 14 forks source link

Docs updates #150

Closed rofinn closed 4 years ago

rofinn commented 4 years ago
codecov[bot] commented 4 years ago

Codecov Report

Merging #150 into master will not change coverage by %. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #150   +/-   ##
=======================================
  Coverage   96.47%   96.47%           
=======================================
  Files          12       12           
  Lines         312      312           
=======================================
  Hits          301      301           
  Misses         11       11           
Impacted Files Coverage Δ
src/handlers.jl 100.00% <0.00%> (ø) :arrow_up:
src/io.jl 100.00% <0.00%> (ø) :arrow_up:
src/stdlib.jl 37.50% <0.00%> (ø) :arrow_up:
src/records.jl 92.85% <0.00%> (ø) :arrow_up:
src/loggers.jl 99.04% <0.00%> (ø) :arrow_up:
src/config.jl 100.00% <0.00%> (ø) :arrow_up:
src/formatters.jl 98.00% <0.00%> (ø) :arrow_up:
src/Memento.jl 100.00% <0.00%> (ø) :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 d1b4577...2c51938. Read the comment docs.

rofinn commented 4 years ago

Alright, I'm not going to add doctests as there seems to be a bug with documenter redirection and Memento.

https://github.com/JuliaDocs/Documenter.jl/issues/1245