insightsengineering / verdepcheck

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

fix release strategy #55

Closed pawelru closed 2 months ago

pawelru commented 2 months ago

The release strategy mistakenly is using references from GH to the development version.

github-actions[bot] commented 2 months ago

badge

Code Coverage Summary

Filename                          Stmts    Miss  Cover    Missing
------------------------------  -------  ------  -------  -------------------------------------------
R/check.R                            73      73  0.00%    27-224
R/deps_installation_proposal.R      143     143  0.00%    62-280
R/desc_utils.R                       96      43  55.21%   15-32, 108, 117-122, 172, 195, 208-247, 265
R/get_ref.R                         244     243  0.41%    13-506, 525-568
R/solve.R                            84      84  0.00%    9-170
R/utils.R                            66      42  36.36%   3-23, 41, 47, 57-104
TOTAL                               706     628  11.05%

Diff against main

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

Results for commit: c8d2e465d9331e40efe06a9fbe81506536b49fa4

Minimum allowed coverage is 80%

:recycle: This comment has been updated with latest results

github-actions[bot] commented 2 months ago

Unit Tests Summary

 1 files   4 suites   2s :stopwatch: 45 tests 15 :white_check_mark: 30 :zzz: 0 :x: 99 runs  68 :white_check_mark: 31 :zzz: 0 :x:

Results for commit c8d2e465.

:recycle: This comment has been updated with latest results.