-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Closes #52 for moods test #52
Conversation
Signed-off-by: Zelos Zhu <[email protected]>
Unit Tests Summary 1 files 15 suites 2s ⏱️ Results for commit f7c9051. ♻️ This comment has been updated with latest results. |
Unit Test Performance Difference
Additional test case details
Results for commit 84bc4f3 ♻️ This comment has been updated with latest results. |
Code Coverage Summary
Diff against main
Results for commit: f7c9051 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #52 +/- ##
==========================================
+ Coverage 99.79% 99.81% +0.01%
==========================================
Files 9 10 +1
Lines 494 528 +34
==========================================
+ Hits 493 527 +34
Misses 1 1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Daniel Sjoberg <[email protected]>
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.
Looks great, thanks @zdz2101 !!
In future PRs, can you fill out the PR header info and the checklist?
What changes are proposed in this pull request?
NEWS.md
. (#, @)Provide more detail here as needed.
Reference GitHub issue associated with pull request. e.g., 'closes #'
Pre-review Checklist (if item does not apply, mark is as complete)
usethis::pr_merge_main()
devtools::test_coverage()
Reviewer Checklist (if item does not apply, mark is as complete)
pkgdown::build_site()
. Check the R console for errors, and review the rendered website.devtools::test_coverage()
When the branch is ready to be merged:
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 (seeNEWS.md
for examples).