Closed m7pr closed 3 weeks ago
1 files 9 suites 1s :stopwatch: 109 tests 107 :white_check_mark: 2 :zzz: 0 :x: 198 runs 196 :white_check_mark: 2 :zzz: 0 :x:
Results for commit ea337f18.
:recycle: This comment has been updated with latest results.
Results for commit 12097b692cc5923772d50cdf256908c24b3d2c28
♻️ This comment has been updated with latest results.
I see such error in R CMD CHECKS on github actions on this PR
Error: there is no package called 'random.cdisc.data'
Filename Stmts Miss Cover Missing
----------------------------- ------- ------ ------- ---------
R/qenv-concat.R 10 0 100.00%
R/qenv-constructor.R 16 13 18.75% 54-93
R/qenv-eval_code.R 52 2 96.15% 100, 109
R/qenv-get_code.R 28 0 100.00%
R/qenv-get_env.R 3 3 0.00% 23-31
R/qenv-get_var.R 19 0 100.00%
R/qenv-get_warnings.R 24 0 100.00%
R/qenv-join.R 46 0 100.00%
R/qenv-show.R 1 1 0.00% 19
R/qenv-within.R 8 0 100.00%
R/utils-get_code_dependency.R 191 1 99.48% 283
R/utils.R 10 0 100.00%
TOTAL 408 20 95.10%
Filename Stmts Miss Cover
----------------------------- ------- ------ -------
R/qenv-get_code.R +8 -1 +5.00%
R/utils-get_code_dependency.R +191 +1 +99.48%
TOTAL +199 0 +4.67%
Results for commit: ea337f18241494064fa303c214b78e23b2fcb133
Minimum allowed coverage is 80%
:recycle: This comment has been updated with latest results
@gogonzo looks like I need a new approval after I provided few commits (incorporated changes from teal.data https://github.com/insightsengineering/teal.data/pull/340/files)
BLOCKED by
Closes
210
Companion to
Description
Brings
names
parameter toget_code
so that you can limit returned code to specific objects (and the lines that create those objects).get_code_dependency
was moved fromteal.data
Tested with
Created on 2024-10-16 with reprex v2.1.1
Local tests
Local R CMD CHECK