You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// # nocov start ## does not seem to be reported to codecov most likely due to running in a fork, I manually debugged that it is being called when running froll.Rraw
// # nocov start ## does not seem to be reported to codecov most likely due to running in a fork, I manually debugged that it is being called when running froll.Rraw
//Rprintf("%d",2); // manual code coverage to confirm it is reached when marking nocov
67
69
size_toi=INTEGER(offset)[0];
68
70
intnrow=INTEGER(size)[oi-1];
69
71
size_to=oi-nrow;
@@ -87,6 +89,7 @@ SEXP setgrowable(SEXP x) {
87
89
} else {
88
90
// # nocov start ## does not seem to be reported to codecov most likely due to running in a fork, I manually debugged that it is being called when running froll.Rraw
89
91
for (inti=0; i<LENGTH(x); ++i) {
92
+
//Rprintf("%d",3); // manual code coverage to confirm it is reached when marking nocov
0 commit comments