Closed pawelru closed 2 months ago
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%
Filename Stmts Miss Cover
----------- ------- ------ -------
R/get_ref.R +5 +5 -0.01%
TOTAL +5 +5 -0.08%
Results for commit: 0743c1db594f28d25b237915a49fe62562b5e5aa
Minimum allowed coverage is 80%
:recycle: This comment has been updated with latest results
1 files 4 suites 2s :stopwatch: 45 tests 15 :white_check_mark: 30 :zzz: 0 :x: 98 runs 67 :white_check_mark: 31 :zzz: 0 :x:
Results for commit eb951cfb.
1 files 4 suites 2s :stopwatch: 45 tests 15 :white_check_mark: 30 :zzz: 0 :x: 98 runs 67 :white_check_mark: 31 :zzz: 0 :x:
Results for commit 0743c1db.
:recycle: This comment has been updated with latest results.
Thanks for good comments. It's indeed better to avoid repetition. I did cherry pick and add some other small enhancements. Feel free to check this out
Fix the error observed for max deps check in
teal
https://github.com/insightsengineering/teal/actions/runs/10262416165/job/28392047028The root cause is that
promises
package has higher version on CRAN compared to the GitHubI consider this as an edge case but still we need to handle this in the package.
I have modified also
get_ref_release()
to make it similar to theget_ref_max()
.