-
Notifications
You must be signed in to change notification settings - Fork 991
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
Restore covr #6540
Restore covr #6540
Conversation
This reverts commit 3130f11.
OK, we have
|
(side note: added @tdhock @jangorecki and @ben-schwen as admins in the codecov.io "project" for Rdatatable) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6540 +/- ##
==========================================
- Coverage 97.51% 97.02% -0.49%
==========================================
Files 80 81 +1
Lines 14979 14708 -271
==========================================
- Hits 14607 14271 -336
- Misses 372 437 +65 ☔ View full report in Codecov by Sentry. |
Looks like we've lost 0.44% coverage since the last upload 6f3fc8d :) |
not bad thanks |
Closes #6479.
First tried reverting the old GHA, but I think there was a cacheing issue there as we continued to segfault even with old R. Therefore I cribbed the code-coverage GHA from dplyr which is structurally a bit different. With that change our codecov passes again, once I pinned the R version to
<4.4
.I also generated+added a CODECOV_TOKEN under our repo secrets.