invenia / Memento.jl

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

Fix CI Tests and Artifact Cache Issues #174

Closed fchorney closed 3 years ago

fchorney commented 3 years ago

Use CLI script to automatically replace the 1.3 test with a 1.5 test (if necessary), as well as use new cache steps to cache the julia build artifacts

codecov[bot] commented 3 years ago

Codecov Report

Merging #174 (b4193dc) into master (6485b95) will decrease coverage by 1.29%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #174      +/-   ##
==========================================
- Coverage   97.72%   96.42%   -1.30%     
==========================================
  Files          13       13              
  Lines         395      336      -59     
==========================================
- Hits          386      324      -62     
- Misses          9       12       +3     
Impacted Files Coverage Δ
src/syslog.jl 66.66% <0.00%> (-33.34%) :arrow_down:
src/stdlib.jl 77.77% <0.00%> (-13.14%) :arrow_down:
src/records.jl 89.65% <0.00%> (-4.47%) :arrow_down:
src/formatters.jl 96.07% <0.00%> (-2.07%) :arrow_down:
src/memento_test.jl 97.29% <0.00%> (-0.38%) :arrow_down:
src/loggers.jl 99.09% <0.00%> (-0.17%) :arrow_down:
src/io.jl 100.00% <0.00%> (ø)
src/config.jl 100.00% <0.00%> (ø)
src/Memento.jl 100.00% <0.00%> (ø)
src/filters.jl 100.00% <0.00%> (ø)
... and 2 more

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 6485b95...b4193dc. Read the comment docs.