-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
Test cleanup part 2 #567
Test cleanup part 2 #567
Conversation
Just here to say that I like this a lot. |
Yes! I think the intent was to skip the tests on CRAN and run only on devel versions of GitHub. |
I really have no clue anymore why R CMD check fails, it's all green for me. Also, the dataset |
Fixed in easystats/workflows@7cf7cbb. Re-triggering to see if the fix works. |
Actually
Thanks! |
Actually the problem is that |
That's my bad. I made a code change in #544. I'll fix it. |
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #567 +/- ##
=======================================
Coverage 48.72% 48.72%
=======================================
Files 84 84
Lines 5642 5642
=======================================
Hits 2749 2749
Misses 2893 2893
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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 a ton, @etiennebacher! 💕
That was a lot of work and we really appreciate it.
skip_*()
helpers for tests instead of using.runThisTest
easystats#294 (not sure if.runThisTest
should be replaced byskip_on_cran()
(what I did so far)