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

Workflow propagation #31

Closed walkowif closed 1 year ago

walkowif commented 1 year ago

Propagation of:

github-actions[bot] commented 1 year ago

badge

Code Coverage Summary

Filename                          Stmts    Miss  Cover    Missing
------------------------------  -------  ------  -------  ---------
R/check.R                            73      73  0.00%    15-204
R/deps_installation_proposal.R       84      84  0.00%    52-227
R/get_ref.R                         107     107  0.00%    13-266
TOTAL                               264     264  0.00%

Diff against main

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

Results for commit: f468132ef48e813e65b1e1f18752cdb1442b9475

Minimum allowed coverage is 80%

:recycle: This comment has been updated with latest results

github-actions[bot] commented 1 year ago

Unit Tests Summary

8 tests   0 :heavy_check_mark:  0s :stopwatch: 1 suites  8 :zzz: 1 files    0 :x:

Results for commit 48771272.

pawelru commented 1 year ago

Hey @walkowif from the list of task you have mentioned - only one of them is addressed by changes you propose. What about the rest of them?

walkowif commented 1 year ago

I copied the list of all tasks as description to all propagation PRs for simplicity 🙂 For this repository:

pawelru commented 1 year ago

Thanks. I was actually thinking on the first one - block list. OK, looks like you have considered this already.