invenia / Memento.jl

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

Handle `occursin_msg(s, nothing)` fallback #133

Closed rofinn closed 4 years ago

rofinn commented 4 years ago

Only test occursin_msg after checking if the level was found. and nothing case. Closes #130

codecov[bot] commented 4 years ago

Codecov Report

Merging #133 into master will decrease coverage by 0.31%. The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #133      +/-   ##
==========================================
- Coverage   95.73%   95.42%   -0.32%     
==========================================
  Files          12       12              
  Lines         305      306       +1     
==========================================
  Hits          292      292              
- Misses         13       14       +1
Impacted Files Coverage Δ
src/memento_test.jl 97.29% <50%> (-2.71%) :arrow_down:
src/stdlib.jl 55.55% <0%> (+5.55%) :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 d537259...095738f. Read the comment docs.