daroczig / logger

A lightweight, modern and flexible, log4j and futile.logger inspired logging utility for R
https://daroczig.github.io/logger
280 stars 41 forks source link

Travis -> GH actions fix #97 #98

Closed daroczig closed 2 years ago

daroczig commented 2 years ago

Travis has been deprecated a couple months ago, we need to start using GH Actions as per #97.

Polkas commented 2 years ago
  1. Windows is not supported for rsyslog https://cran.r-project.org/web/checks/check_results_rsyslog.html
  2. pak package which is used to install packages in github actions pipeline had a corrupted binary on CRAN https://github.com/r-lib/pak/issues/339#issuecomment-986000295 (could be connected with Linux too). It is already updated so i think this pipeline should work now.
codecov-commenter commented 2 years ago

Codecov Report

Merging #98 (d377d55) into master (ea7d268) will increase coverage by 0.17%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #98      +/-   ##
==========================================
+ Coverage   78.94%   79.11%   +0.17%     
==========================================
  Files          10       10              
  Lines         513      522       +9     
==========================================
+ Hits          405      413       +8     
- Misses        108      109       +1     
Impacted Files Coverage Δ
R/appenders.R 59.57% <0.00%> (-0.43%) :arrow_down:
R/utils.R 100.00% <100.00%> (ø)
R/hooks.R 22.22% <0.00%> (ø)

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 e1b9a41...d377d55. Read the comment docs.