-
Notifications
You must be signed in to change notification settings - Fork 71
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
testthat updates #978
testthat updates #978
Conversation
Codecov Report
@@ Coverage Diff @@
## main #978 +/- ##
=======================================
Coverage 90.12% 90.12%
=======================================
Files 47 47
Lines 2664 2664
=======================================
Hits 2401 2401
Misses 263 263 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
This is how benchmark results would change (along with a 95% confidence interval in relative change) if 1fc435c is merged into main:
Further explanation regarding interpretation and methodology can be found in the documentation. |
This is how benchmark results would change (along with a 95% confidence interval in relative change) if fa2f137 is merged into main:
Further explanation regarding interpretation and methodology can be found in the documentation. |
Thanks.
|
We could still run serially in CI/CD? No idea about the trees. The tests didn't fail when the trees were out of date, they just were updated silently. Could that be the reason? |
Trees are not involved in unit tests, they are just for us to understand the code we want to style I think. So that's fine.
Let's merge and see if it causes any problems in the future. You can merge if you are read. |
Will double-check locally with non-parallel testing.