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

Pkgdown workflow test #55

Merged
merged 4 commits into from
Feb 20, 2024
Merged

Pkgdown workflow test #55

merged 4 commits into from
Feb 20, 2024

Conversation

ddsjoberg
Copy link
Collaborator

@ddsjoberg ddsjoberg commented Feb 19, 2024

What changes are proposed in this pull request?

  • Style this entry in a way that can be copied directly into NEWS.md. (#, @)

Provide more detail here as needed.

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


Pre-review Checklist (if item does not apply, mark is as complete)

  • All GitHub Action workflows pass with a ✅
  • 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.
  • Code coverage is suitable for any new functions/features (generally, 100% coverage for new code): devtools::test_coverage()
  • Request a reviewer

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

  • 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()

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).
  • All GitHub Action workflows pass with a ✅
  • Approve Pull Request
  • Merge the PR. Please use "Squash and merge" or "Rebase and merge".

Copy link
Contributor

github-actions bot commented Feb 19, 2024

badge

Code Coverage Summary

Filename                 Stmts    Miss  Cover    Missing
---------------------  -------  ------  -------  ------------------------------------
R/ard_chisqtest.R           31       0  100.00%
R/ard_fishertest.R          33       0  100.00%
R/ard_kruskaltest.R         27       0  100.00%
R/ard_proportion_ci.R       40       5  87.50%   63-67
R/ard_regression.R          49       0  100.00%
R/ard_ttest.R               78       0  100.00%
R/ard_wilcoxtest.R          83       0  100.00%
R/proportion_ci.R          182      28  84.62%   241, 244, 253-258, 266, 281, 381-404
TOTAL                      523      33  93.69%

Diff against main

Filename      Stmts    Miss  Cover
----------  -------  ------  --------
TOTAL             0       0  +100.00%

Results for commit: 863b351

Minimum allowed coverage is 80%

♻️ This comment has been updated with latest results

Copy link
Contributor

github-actions bot commented Feb 19, 2024

Unit Tests Summary

 1 files  13 suites   2s ⏱️
13 tests  9 ✅ 4 💤 0 ❌
26 runs  18 ✅ 8 💤 0 ❌

Results for commit 863b351.

♻️ This comment has been updated with latest results.

@ddsjoberg ddsjoberg merged commit 23ddf0f into main Feb 20, 2024
28 checks passed
@ddsjoberg ddsjoberg deleted the pkgdown-workflow-test branch February 20, 2024 04:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG in R-devel for paired/unpaired tests
2 participants