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

workflow updates #140

Merged
merged 4 commits into from
Jan 27, 2024
Merged

workflow updates #140

merged 4 commits into from
Jan 27, 2024

Conversation

ddsjoberg
Copy link
Collaborator

What changes are proposed in this pull request?

Reference GitHub issue associated with pull request. e.g., 'closes #1'


Reviewer Checklist (if item does not apply, mark is as complete)

  • Ensure all package dependencies are installed: devtools::install_dev_deps()
  • PR branch has pulled the most recent updates from master branch: usethis::pr_merge_main()
  • If a bug was fixed, a unit test was added.
  • Run pkgdown::build_site(). Check the R console for errors, and review the rendered website.
  • Code coverage is suitable for any new functions/features: devtools::test_coverage()
  • usethis::use_spell_check() runs with no spelling errors in documentation

When the branch is ready to be merged:

  • Update NEWS.md with the changes from this pull request under the heading "# cards (development version)". If there is an issue associated with the pull request, reference it in parentheses at the end update (see NEWS.md for examples).
  • Increment the version number using usethis::use_version(which = "dev")
  • Run usethis::use_spell_check() again
  • Approve Pull Request
  • Merge the PR. Please use "Squash and merge".

Copy link
Contributor

badge

Code Coverage Summary

Filename                       Stmts    Miss  Cover    Missing
---------------------------  -------  ------  -------  ---------------------
R/apply_statistic_fmt_fn.R        55       2  96.36%   85, 155
R/ard_attributes.R                28       0  100.00%
R/ard_categorical.R              290      13  95.52%   99, 182, 432-446, 473
R/ard_comparison.R               153       0  100.00%
R/ard_complex.R                   33       0  100.00%
R/ard_continuous.R               166       4  97.59%   92, 173-174, 241
R/ard_dichotomous.R               62       8  87.10%   112-115, 118-121
R/ard_hierarchical.R              70       0  100.00%
R/ard_missing.R                   16       0  100.00%
R/ard_regression.R                44       0  100.00%
R/as_nested_list.R                41       1  97.56%   18
R/bind_ard.R                      21       1  95.24%   50
R/check_ard_structure.R           21       1  95.24%   22
R/check_pkg_installed.R           98       1  98.98%   152
R/default_stat_labels.R           18       0  100.00%
R/eval_capture_conditions.R       18       3  83.33%   47-50
R/get_ard_statistics.R            15       1  93.33%   48
R/nest_for_ard.R                  67       1  98.51%   54
R/print_ard_conditions.R          63      57  9.52%    43-120
R/print.R                         63      10  84.13%   69, 77-85
R/process_selectors.R             91       0  100.00%
R/round5.R                         1       0  100.00%
R/selectors.R                     12       0  100.00%
R/shuffle_ard.R                  117       6  94.87%   163, 212, 260-263
R/standalone-checks.R             13       2  84.62%   47, 66
R/standalone-stringr.R            11       0  100.00%
R/summary_functions.R             40       0  100.00%
R/tidy_ard_order.R                20       0  100.00%
R/tidy_as_ard.R                   34       0  100.00%
R/utils.R                         14       0  100.00%
TOTAL                           1695     111  93.45%

Results for commit: db151f5

Minimum allowed coverage is 80%

♻️ This comment has been updated with latest results

Copy link
Contributor

Unit Tests Summary

  1 files  63 suites   9s ⏱️
 61 tests 33 ✅ 28 💤 0 ❌
126 runs  85 ✅ 41 💤 0 ❌

Results for commit db151f5.

@ddsjoberg ddsjoberg merged commit 2440fb6 into main Jan 27, 2024
28 checks passed
@ddsjoberg ddsjoberg deleted the add-temp-hex-logo branch January 27, 2024 05:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant