-
-
Notifications
You must be signed in to change notification settings - Fork 50
[WIP] improve covr tests [WIP] #1646
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Hey, changing to regular PR to start tests, because they dont work for me locally |
Unit Tests Summary 1 files 29 suites 2m 31s ⏱️ Results for commit 9e674a7. ♻️ This comment has been updated with latest results. |
Unit Test Performance Difference
Additional test case details
Results for commit 001c9ec ♻️ This comment has been updated with latest results. |
Code Coverage SummaryDiff against mainResults for commit: 9e674a7 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
|
For now, covr stats, will try to improve R/module_bookmark_manager.R: 28.76%
R/module_teal_data.R: 48.99%
R/module_snapshot_manager.R: 59.19% |
|
Current: teal Coverage: 72.94% R/module_bookmark_manager.R: 25.49% |
|
Current teal Coverage: 76.49%
R/reporter_previewer_module.R: 0.00%
R/TealAppDriver.R: 0.00%
R/module_bookmark_manager.R: 25.49%
R/module_teal_data.R: 48.99%
R/module_teal_lockfile.R: 59.54%
R/after.R: 64.41%
R/module_filter_manager.R: 78.17%
R/modules.R: 82.47%
R/utils.R: 83.51%
R/module_snapshot_manager.R: 83.82%
R/module_teal.R: 86.85%
R/module_nested_tabs.R: 90.03%
R/module_teal_reporter.R: 92.62%
R/module_init_data.R: 92.86%
R/module_transform_data.R: 94.83%
R/module_data_summary.R: 95.48%
R/dummy_functions.R: 96.72%
R/init.R: 99.34%
R/checkmate.R: 100.00%
R/include_css_js.R: 100.00%
R/module_filter_data.R: 100.00%
R/module_session_info.R: 100.00%
R/module_source_code.R: 100.00%
R/teal_data_module-eval_code.R: 100.00%
R/teal_data_module-within.R: 100.00%
R/teal_data_module.R: 100.00%
R/teal_data_utils.R: 100.00%
R/teal_modifiers.R: 100.00%
R/teal_slices-store.R: 100.00%
R/teal_slices.R: 100.00%
R/teal_transform_module.R: 100.00%
R/validate_inputs.R: 100.00%
R/validations.R: 100.00%
R/zzz.R: 100.00% |
|
| invisible(.self) | ||
| }) | ||
| }, | ||
| slices_deactivate_all = function(module_label) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed as this method (in private class) is never used in whole NEST project. Please
| #' @aliases ui_teal_data | ||
| #' @note | ||
| #' `ui_teal_data_module` was renamed from `ui_teal_data`. | ||
| ui_teal_data_module <- function(id, data_module = function(id) NULL) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed as they are never used:
- https://github.com/search?q=org%3Ainsightsengineering%20ui_teal_data_module&type=code
- https://github.com/search?q=org%3Ainsightsengineering%20srv_teal_data_module&type=code
- https://github.com/search?q=org%3Ainsightsengineering+ui_validate_reactive_teal_data&type=code
- https://github.com/search?q=org%3Ainsightsengineering+srv_validate_reactive_teal_data&type=code
teal Coverage: 82.72% |
Part of #1600
module_snapshot_manager + friends