insightsengineering / teal.osprey

Community efforts to collect teal modules for TLGs defined in the osprey package
https://insightsengineering.github.io/teal.osprey/
Other
5 stars 2 forks source link

239 utilize `logger::log_shiny_input_change` #265

Closed m7pr closed 5 months ago

m7pr commented 6 months ago

Similar to https://github.com/insightsengineering/teal.modules.general/pull/750 https://github.com/insightsengineering/teal.modules.clinical/issues/227

github-actions[bot] commented 6 months ago

Unit Tests Summary

 1 files   1 suites   0s :stopwatch:  4 tests  4 :white_check_mark: 0 :zzz: 0 :x: 13 runs  13 :white_check_mark: 0 :zzz: 0 :x:

Results for commit 7fc611eb.

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

github-actions[bot] commented 6 months ago

badge

Code Coverage Summary

Filename                    Stmts    Miss  Cover    Missing
------------------------  -------  ------  -------  --------------
R/tm_g_ae_oview.R             246     246  0.00%    83-361
R/tm_g_ae_sub.R               309     309  0.00%    59-403
R/tm_g_butterfly.R            382     382  0.00%    124-545
R/tm_g_decorate.R              47      47  0.00%    18-99
R/tm_g_events_term_id.R       293     293  0.00%    63-393
R/tm_g_heat_bygrade.R         316     316  0.00%    135-486
R/tm_g_patient_profile.R      705     705  0.00%    157-926
R/tm_g_spiderplot.R           318     318  0.00%    99-461
R/tm_g_swimlane.R             370     370  0.00%    124-550
R/tm_g_waterfall.R            421     421  0.00%    108-579
R/utils.R                      37      32  13.51%   32-91, 124-131
R/zzz.R                         2       2  0.00%    2-3
TOTAL                        3446    3441  0.15%

Diff against main

Filename                    Stmts    Miss  Cover
------------------------  -------  ------  --------
R/tm_g_ae_oview.R              +1      +1  +100.00%
R/tm_g_ae_sub.R                +1      +1  +100.00%
R/tm_g_butterfly.R             +1      +1  +100.00%
R/tm_g_decorate.R              +1      +1  +100.00%
R/tm_g_events_term_id.R        +1      +1  +100.00%
R/tm_g_heat_bygrade.R          +1      +1  +100.00%
R/tm_g_patient_profile.R       +1      +1  +100.00%
R/tm_g_spiderplot.R            +1      +1  +100.00%
R/tm_g_swimlane.R              +1      +1  +100.00%
R/tm_g_waterfall.R             +1      +1  +100.00%
TOTAL                         +10     +10  -0.00%

Results for commit: 7fc611eb4daeca246a72b369752c194e8c81bc71

Minimum allowed coverage is 80%

:recycle: This comment has been updated with latest results

m7pr commented 5 months ago

Created an issue, for the future, to keep in mind that the if statement might not be needed anymore at some point https://github.com/insightsengineering/teal.osprey/issues/266