openpharma / staged.dependencies

R package to implement development stages for package development
https://openpharma.github.io/staged.dependencies/
MIT License
12 stars 3 forks source link

enhanced subdir support for gitlab #182

Closed pawelru closed 1 year ago

pawelru commented 1 year ago

I followed your suggestion of a new (optional) field subdir in the staged deps config.

Follow-up PRs:

github-actions[bot] commented 1 year ago

Unit Tests Summary

    1 files    13 suites   7s :stopwatch:   70 tests   70 :heavy_check_mark: 0 :zzz: 0 :x: 209 runs  209 :heavy_check_mark: 0 :zzz: 0 :x:

Results for commit a9683f96.

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

github-actions[bot] commented 1 year ago

badge

Code Coverage Summary

Filename                   Stmts    Miss  Cover    Missing
-----------------------  -------  ------  -------  -------------------------------------------------------------------------------------------------------
R/caching.R                  174       6  96.55%   48, 76, 142-145
R/dependencies_app.R         131     131  0.00%    38-193
R/dependencies_helper.R      239      72  69.87%   42-43, 47, 52-55, 91-107, 113-122, 127-134, 140-143, 148-155, 161, 169-175, 231, 265, 277-295, 306, 415
R/dependencies.R             347      42  87.90%   87, 94, 112, 130, 214-230, 273, 281-284, 286, 299, 384, 449, 494-507, 552, 623-624, 631, 722
R/git_tools.R                183      87  52.46%   55, 73, 92-99, 102, 107, 124, 135-138, 155, 158-165, 181-205, 245-321
R/graph_methods.R             71       1  98.59%   116
R/host.R                      19      10  47.37%   5-8, 19-25
R/ref_strategy.R              44       0  100.00%
R/renv.R                      13       0  100.00%
R/rstudio_addins.R             5       5  0.00%    6-22
R/rstudio_jobs.R              27      27  0.00%    3-74
R/utils.R                    100       6  94.00%   2, 8, 73-74, 83, 93
R/zzz.R                       23      14  39.13%   31-45
TOTAL                       1376     401  70.86%

Results for commit: a418d0da595545b449aedc328bc8f019e58431ba

Minimum allowed coverage is 80%

:recycle: This comment has been updated with latest results

pawelru commented 1 year ago

It's passing so I am going to merge it now. Can you please execute the release of this as well as use this version in the workflows? Once done I will re-run my PRs and merge them