insightsengineering / teal.reporter

Create and preview reports with Shiny modules
https://insightsengineering.github.io/teal.reporter/
Other
8 stars 9 forks source link

Refactor of the filter-panel #191

Closed gogonzo closed 1 year ago

gogonzo commented 1 year ago

part of https://github.com/insightsengineering/teal.slice/pull/165

github-actions[bot] commented 1 year ago

badge

Code Coverage Summary

Filename              Stmts    Miss  Cover    Missing
------------------  -------  ------  -------  ----------------------------------------------------------------------------------
R/AddCardModule.R       140       1  99.29%   195
R/Archiver.R             25       0  100.00%
R/ContentBlock.R         16       0  100.00%
R/DownloadModule.R      207      49  76.33%   89-95, 138, 163-168, 177-181, 184-188, 196-200, 203-207, 214-218, 221-225, 262-266
R/FileBlock.R            13       0  100.00%
R/NewpageBlock.R          2       0  100.00%
R/PictureBlock.R         30       2  93.33%   15, 101
R/Previewer.R           292      54  81.51%   183, 199, 201-207, 210-216, 325-369
R/RcodeBlock.R           15       0  100.00%
R/Renderer.R             81      13  83.95%   158, 160-172, 198, 202
R/ReportCard.R           78       4  94.87%   72-73, 223, 244
R/Reporter.R             96       1  98.96%   255
R/ResetModule.R          55       0  100.00%
R/SimpleReporter.R       29       0  100.00%
R/TableBlock.R            8       0  100.00%
R/TealReportCard.R       45       3  93.33%   52-53, 56
R/TextBlock.R            13       0  100.00%
R/utils.R                78      66  15.38%   7, 38-97, 99, 102-109
R/yaml_utils.R           74       2  97.30%   65, 263
TOTAL                  1297     195  84.97%

Diff against main

Filename              Stmts    Miss  Cover
------------------  -------  ------  -------
R/TealReportCard.R      +14      +3  -6.67%
TOTAL                   +14      +3  -0.07%

Results for commit: c23be83236a7ae0e541f9ddb0927d080e1713730

Minimum allowed coverage is 80%

:recycle: This comment has been updated with latest results

github-actions[bot] commented 1 year ago

Unit Tests Summary

    1 files    19 suites   11s :stopwatch: 208 tests 208 :heavy_check_mark: 0 :zzz: 0 :x: 354 runs  354 :heavy_check_mark: 0 :zzz: 0 :x:

Results for commit 24f519cb.

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