insightsengineering / verdepcheck

An R package that tests your R package against the min/max versions of specified dependencies
https://insightsengineering.github.io/verdepcheck/
Other
6 stars 0 forks source link

Adds tests for when the GitHub release of a depedency is behind CRAN #33

Open averissimo opened 1 year ago

averissimo commented 1 year ago

Pull Request

Test for an edge case detected with the {formatters} package, where:

This test does not depend on new future releases and should be stable over time.

Expected result

note: at least 2 releases are hidden so that min_{isolated, cohort} and release strategies will resolve different versions

github-actions[bot] commented 1 year ago

Unit Tests Summary

  1 files    4 suites   1s :stopwatch: 44 tests 13 :heavy_check_mark: 31 :zzz: 0 :x: 97 runs  65 :heavy_check_mark: 32 :zzz: 0 :x:

Results for commit 20d20d80.

github-actions[bot] commented 1 year ago

badge

Code Coverage Summary

Filename                          Stmts    Miss  Cover    Missing
------------------------------  -------  ------  -------  ------------------------
R/check.R                            37      37  0.00%    26-170
R/deps_installation_proposal.R      137     137  0.00%    58-267
R/desc_utils.R                       70      42  40.00%   15-32, 108, 117-167, 185
R/get_ref.R                         208     207  0.48%    13-419, 435-454
R/solve.R                            81      81  0.00%    9-165
R/utils.R                            70      55  21.43%   3-20, 36-111
TOTAL                               603     559  7.30%

Diff against main

Filename      Stmts    Miss  Cover
----------  -------  ------  --------
TOTAL             0       0  +100.00%

Results for commit: dfe6898c646cb031f1bb875ad92e76cf674c11d3

Minimum allowed coverage is 80%

:recycle: This comment has been updated with latest results