-
-
Notifications
You must be signed in to change notification settings - Fork 50
picks #1642
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?
picks #1642
Conversation
- teal_transform_module to not use badge_dropdown
Code Coverage SummaryDiff against mainResults for commit: 1bed0b1 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary 1 files 31 suites 2m 33s ⏱️ For more details on these errors, see this check. Results for commit b9c29b0. ♻️ This comment has been updated with latest results. |
Unit Test Performance Difference
Additional test case details
Results for commit 502ae0e ♻️ This comment has been updated with latest results. |
|
8 failed tests in R CMD CHECK Error in `testthat::test_that("e2e: validate_input validates dateRangeInput")`: argument "code" is missing, with no defaultdoes |
|
Ah ok, those are those 8 tests that do not have any body yet |
Yup, this is for the first volunteer |
Closes insightsengineering/NEST-roadmap#36
Check also with:
Introduces
validate_inputas an alternative toshinyvalidatepackage. Function is easier to handle thanshinyvalidate, as one can usevalidate_input()inreactiveand display-validation-error on the input and throw shiny-validate-error in the same time. See tmg PR to see how it works