Closed jpavlich closed 9 months ago
Attention: 12 lines
in your changes are missing coverage. Please review.
Comparison is base (
df2322a
) 68.26% compared to head (e0d7d1b
) 68.63%.:exclamation: Current head e0d7d1b differs from pull request most recent head 2a5820a. Consider uploading reports for the commit 2a5820a to get more accurate results
Files | Patch % | Lines |
---|---|---|
R/modelling.R | 84.61% | 12 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@ntorresd I just added type checking for serodata
. Do not merge just yet. As soon as you confirm me the missing checks and the type checks are correct, I will write tests and method documentations, then we can merge this PR.
@ntorresd I just added type checking for
serodata
. Do not merge just yet. As soon as you confirm me the missing checks and the type checks are correct, I will write tests and method documentations, then we can merge this PR.
It seems like all the necessary checks are in place, thanks @jpavlich!
@ntorresd Please let me know if validate_prepared_serodata
is ok. After merging into main I will open another branch to add documentation and tests
Fixes #152 since group_sim_data
calls prepare_serodata
. The latter performs the required validations that are implemented in this PR
Please check that the validations I do for each column in
serodata
are correct.