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

898 save app state version 3 #262

Open chlebowa opened 6 months ago

chlebowa commented 6 months ago

Companion to https://github.com/insightsengineering/teal/pull/1011 Replaces uses of update*Input with server-side input creation with renderUI.

github-actions[bot] commented 6 months ago

badge

Code Coverage Summary

Filename                    Stmts    Miss  Cover    Missing
------------------------  -------  ------  -------  --------------
R/tm_g_ae_oview.R             242     242  0.00%    83-361
R/tm_g_ae_sub.R               298     298  0.00%    59-395
R/tm_g_butterfly.R            381     381  0.00%    124-554
R/tm_g_decorate.R              46      46  0.00%    18-98
R/tm_g_events_term_id.R       286     286  0.00%    63-388
R/tm_g_heat_bygrade.R         320     320  0.00%    135-493
R/tm_g_patient_profile.R      708     708  0.00%    157-934
R/tm_g_spiderplot.R           326     326  0.00%    99-470
R/tm_g_swimlane.R             377     377  0.00%    124-559
R/tm_g_waterfall.R            429     429  0.00%    108-588
R/utils.R                      37      32  13.51%   32-91, 124-131
R/zzz.R                         2       2  0.00%    2-3
TOTAL                        3452    3447  0.14%

Diff against main

Filename                    Stmts    Miss  Cover
------------------------  -------  ------  --------
R/tm_g_ae_oview.R             -10     -10  +100.00%
R/tm_g_ae_sub.R               -17     -17  +100.00%
R/tm_g_butterfly.R             -7      -7  +100.00%
R/tm_g_events_term_id.R       -13     -13  +100.00%
R/tm_g_heat_bygrade.R          -2      -2  +100.00%
R/tm_g_patient_profile.R       -3      -3  +100.00%
R/tm_g_spiderplot.R            +2      +2  +100.00%
R/tm_g_swimlane.R              +1      +1  +100.00%
R/tm_g_waterfall.R             +2      +2  +100.00%
TOTAL                         -47     -47  +0.00%

Results for commit: db4b5f6b4ff2ee732a94356d53b8613de8ebfa34

Minimum allowed coverage is 80%

:recycle: This comment has been updated with latest results

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 db4b5f6b.

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

chlebowa commented 5 months ago

Finished verifying module bookmarkability. The use of tm_g_decorate precludes bookmarking of Title and Footnote fields in tm_g_ae_overview, tm_g_events_term_id, and tm_g_ae_sub.