Skip to content
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

938 transfer slices store #939

Merged
merged 9 commits into from
Oct 19, 2023
Merged

938 transfer slices store #939

merged 9 commits into from
Oct 19, 2023

Conversation

chlebowa
Copy link
Contributor

Closes #938

Added functions slices_store and slices_restore as internals.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 19, 2023

badge

Code Coverage Summary

Filename                         Stmts    Miss  Cover    Missing
-----------------------------  -------  ------  -------  ----------------------------------------------------------------------------------
R/dummy_functions.R                 88      63  28.41%   9-76, 101-104, 107-111
R/get_rcode_utils.R                 46       1  97.83%   49
R/include_css_js.R                  24       0  100.00%
R/init.R                            77      28  63.64%   171-178, 183-204, 216-218
R/module_filter_manager.R          107      29  72.90%   62-70, 79-84, 228, 233-246
R/module_nested_tabs.R             170      16  90.59%   72, 119, 123-124, 138-145, 163, 216, 238, 271
R/module_snapshot_manager.R        148     105  29.05%   71-82, 109-118, 122-134, 136-143, 149-164, 177-200, 203-214, 217-223, 237, 258-281
R/module_tabs_with_filters.R        67       1  98.51%   95
R/module_teal_with_splash.R         33       2  93.94%   65, 77
R/module_teal.R                    164      12  92.68%   68, 71, 158-159, 209-210, 230-233, 235, 239
R/modules_debugging.R               18      18  0.00%    25-44
R/modules.R                        128      22  82.81%   206-211, 222-226, 341-384
R/reporter_previewer_module.R       17       2  88.24%   23, 27
R/show_rcode_modal.R                20      20  0.00%    16-37
R/tdata.R                           41       2  95.12%   146, 172
R/teal_reporter.R                   60       5  91.67%   65, 116-117, 120, 137
R/teal_slices-store.R               25       0  100.00%
R/teal_slices.R                     57      12  78.95%   118-131
R/utils.R                           33       0  100.00%
R/validate_inputs.R                 32       0  100.00%
R/validations.R                     60      37  38.33%   111-373
R/zzz.R                             11       7  36.36%   3-14
TOTAL                             1426     382  73.21%

Diff against main

Filename                 Stmts    Miss  Cover
---------------------  -------  ------  --------
R/teal_slices-store.R      +25       0  +100.00%
TOTAL                      +25       0  +0.48%

Results for commit: 33b775b

Minimum allowed coverage is 80%

♻️ This comment has been updated with latest results

@github-actions
Copy link
Contributor

github-actions bot commented Oct 19, 2023

Unit Tests Summary

    1 files    17 suites   13s ⏱️
178 tests 178 ✔️ 0 💤 0
359 runs  359 ✔️ 0 💤 0

Results for commit 33b775b.

♻️ This comment has been updated with latest results.

NEWS.md Outdated Show resolved Hide resolved
@chlebowa chlebowa enabled auto-merge (squash) October 19, 2023 08:43
@chlebowa chlebowa merged commit f6ee364 into main Oct 19, 2023
22 checks passed
@chlebowa chlebowa deleted the 938_transfer_slices_store@main branch October 19, 2023 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

transfer slices_(re)store to teal
2 participants