Closed devmitch closed 2 years ago
:exclamation: No coverage uploaded for pull request base (
develop@61b214d
). Click here to learn what that means. The diff coverage isn/a
.
@@ Coverage Diff @@
## develop #335 +/- ##
==========================================
Coverage ? 79.64%
==========================================
Files ? 97
Lines ? 8895
Branches ? 0
==========================================
Hits ? 7084
Misses ? 1811
Partials ? 0
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 61b214d...f80d986. Read the comment docs.
Great work team!
Continuing to tick off the list of tasks in #206, this PR renames instances of
Cohort
toNode
in variables, functions and files.There may be some variables lingering on the R side that still reference a cohort by name, such as "coh" (which I renamed), or simply "c" (which are harder to find).
If these changes are approved, I can also deal with the
height
->individual_size
rename on this branch/PR as well.