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

fix get_release_date for bioc packages #46

Closed pawelru closed 3 months ago

pawelru commented 3 months ago

close #45

github-actions[bot] commented 3 months ago

badge

Code Coverage Summary

Filename                          Stmts    Miss  Cover    Missing
------------------------------  -------  ------  -------  ------------------------
R/check.R                            37      37  0.00%    26-170
R/deps_installation_proposal.R      139     139  0.00%    58-269
R/desc_utils.R                       71      43  39.44%   15-32, 108, 117-168, 186
R/get_ref.R                         239     238  0.42%    13-473, 492-535
R/solve.R                            84      84  0.00%    9-170
R/utils.R                            66      42  36.36%   3-23, 41, 47, 57-104
TOTAL                               636     583  8.33%

Diff against main

Filename       Stmts    Miss  Cover
-----------  -------  ------  -------
R/get_ref.R       +6      +6  -0.01%
TOTAL             +6      +6  -0.08%

Results for commit: 5b70c46455bda0cc544f6cd7cf01290ae0326f87

Minimum allowed coverage is 80%

:recycle: This comment has been updated with latest results

github-actions[bot] commented 3 months ago

Unit Tests Summary

 1 files   4 suites   1s :stopwatch: 41 tests 13 :white_check_mark: 28 :zzz: 0 :x: 94 runs  65 :white_check_mark: 29 :zzz: 0 :x:

Results for commit 5b70c464.

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