r-lib / rcmdcheck

Run R CMD check from R and collect the results
https://rcmdcheck.r-lib.org
Other
115 stars 27 forks source link

Rewrite session info extraction #164

Closed gaborcsardi closed 3 years ago

gaborcsardi commented 3 years ago

Do not require fake profiles, use R_TESTS instead.

codecov-commenter commented 3 years ago

Codecov Report

Merging #164 (75abcd8) into master (cabc75f) will decrease coverage by 0.45%. The diff coverage is 76.78%.

:exclamation: Current head 75abcd8 differs from pull request most recent head d2b9cf0. Consider uploading reports for the commit d2b9cf0 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master     #164      +/-   ##
==========================================
- Coverage   81.09%   80.63%   -0.46%     
==========================================
  Files          19       19              
  Lines        1005     1007       +2     
==========================================
- Hits          815      812       -3     
- Misses        190      195       +5     
Impacted Files Coverage Δ
R/session-info.R 54.16% <42.10%> (-13.84%) :arrow_down:
R/background.R 93.75% <94.44%> (-1.25%) :arrow_down:
R/package.R 87.09% <94.73%> (-1.21%) :arrow_down:

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 cabc75f...d2b9cf0. Read the comment docs.