invenia / Memento.jl

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

MassInstallAction: Install the GitHubActions workflow on this repository #172

Closed fchorney closed 3 years ago

fchorney commented 3 years ago

This pull request sets up the GitHubActions workflow on this repository. cc: @fchorney

codecov[bot] commented 3 years ago

Codecov Report

Merging #172 (8f97f2e) into master (b61cf00) will decrease coverage by 1.05%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #172      +/-   ##
==========================================
- Coverage   97.48%   96.42%   -1.06%     
==========================================
  Files          13       13              
  Lines         398      336      -62     
==========================================
- Hits          388      324      -64     
- Misses         10       12       +2     
Impacted Files Coverage Δ
src/syslog.jl 66.66% <0.00%> (-33.34%) :arrow_down:
src/stdlib.jl 77.77% <0.00%> (-22.23%) :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/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%> (ø)
src/handlers.jl 100.00% <0.00%> (ø)
src/precompile.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 5c72d14...8f97f2e. Read the comment docs.

fchorney commented 3 years ago

Looks like the travis config is a little more complicated than our default GHA setup. Will come back to this one