insightsengineering / teal.goshawk

Modules that produce web interfaces through which longitudinal visualizations can be dynamically
https://insightsengineering.github.io/teal.goshawk/
Other
3 stars 2 forks source link

239 utilize `logger::log_shiny_input_change` #274

Closed m7pr closed 4 months ago

m7pr commented 4 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 4 months ago

badge

Code Coverage Summary

Filename                                 Stmts    Miss  Cover    Missing
-------------------------------------  -------  ------  -------  ---------
R/tm_g_gh_boxplot.R                        353     353  0.00%    175-595
R/tm_g_gh_correlationplot.R                564     564  0.00%    227-898
R/tm_g_gh_density_distribution_plot.R      279     279  0.00%    135-464
R/tm_g_gh_lineplot.R                       549     549  0.00%    159-792
R/tm_g_gh_scatterplot.R                    246     246  0.00%    144-442
R/tm_g_gh_spaghettiplot.R                  298     298  0.00%    192-557
R/toggleable_slider.R                      155     155  0.00%    72-244
R/utils-arbitrary_lines.r                  126     126  0.00%    19-176
R/utils-data_constraints.r                 190     190  0.00%    2-257
R/utils-keep_range_slider_updated.r         23      23  0.00%    8-38
R/utils-maptrt.r                             9       9  0.00%    24-36
R/utils-templ_ui.r                          48      48  0.00%    2-73
R/utils.R                                   39      39  0.00%    12-83
R/zzz.R                                      2       2  0.00%    2-3
TOTAL                                     2881    2881  0.00%

Diff against main

Filename                                 Stmts    Miss  Cover
-------------------------------------  -------  ------  --------
R/tm_g_gh_boxplot.R                         +1      +1  +100.00%
R/tm_g_gh_correlationplot.R                 +1      +1  +100.00%
R/tm_g_gh_density_distribution_plot.R       +1      +1  +100.00%
R/tm_g_gh_lineplot.R                        +1      +1  +100.00%
R/tm_g_gh_scatterplot.R                     +1      +1  +100.00%
R/tm_g_gh_spaghettiplot.R                   +1      +1  +100.00%
R/toggleable_slider.R                       +1      +1  +100.00%
R/utils-arbitrary_lines.r                   +1      +1  +100.00%
TOTAL                                       +8      +8  +100.00%

Results for commit: a9e5a055d7f88e402b7cb9c355e4885a62a43d07

Minimum allowed coverage is 80%

:recycle: This comment has been updated with latest results

m7pr commented 4 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.goshawk/issues/275