beacon-biosignals / Effects.jl

Effects Prediction for Regression Models
MIT License
19 stars 4 forks source link

Update CI #35

Closed kimlaberinto closed 2 years ago

kimlaberinto commented 2 years ago

PR to update CI using the recommendation from julia-processcoverage README.

julia-action/julia-uploadcodecov is deprecated as mentioned here. The recommendation is to use julia-actions/julia-processcoverage in combination with codecov/codecov-action.

Note to self: as mentioned in https://github.com/codecov/codecov-action#usage , the secrets token is not required for public repos.

codecov[bot] commented 2 years ago

Codecov Report

Merging #35 (1cd8954) into main (239a684) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #35   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           81        83    +2     
=========================================
+ Hits            81        83    +2     
Impacted Files Coverage Δ
src/typical.jl 100.00% <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 239a684...1cd8954. Read the comment docs.