-
Notifications
You must be signed in to change notification settings - Fork 3
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
add tests for to_epiweekly_quantile_table.R #255
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #255 +/- ##
=========================================
+ Coverage 8.17% 17.08% +8.91%
=========================================
Files 21 21
Lines 1346 1346
=========================================
+ Hits 110 230 +120
+ Misses 1236 1116 -120
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…thub.com/CDCgov/pyrenew-hew into 198-test-for-to_epiweekly_quantile_table
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 like the use of withr
resolved the windows issue. One suggestion @sbidari
…thub.com/CDCgov/pyrenew-hew into 198-test-for-to_epiweekly_quantile_table
Co-authored-by: Damon Bayer <xum8@cdc.gov>
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.
Thanks @sbidari!
add tests for
to_epiweekly_quantile_table.R
andto_epiweekly_quantile.R
functions