Closed rofinn closed 6 years ago
Merging #71 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #71 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 9 9
Lines 224 232 +8
=====================================
+ Hits 224 232 +8
Impacted Files | Coverage Δ | |
---|---|---|
src/test.jl | 100% <100%> (ø) |
:arrow_up: |
src/loggers.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 acdc366...979459d. Read the comment docs.
This is just for Memento's tests?
Yes, any time you use Memento's test macros we should be temporarily disabling message from the logger passed in.
@test_log
and related functions should be properly disabled while running the testing code. This includes dropping any existing handlers and not allowing the logger to propagate.