OHDSI / FeatureExtraction

An R package for generating features (covariates) for a cohort using data in the Common Data Model.
http://ohdsi.github.io/FeatureExtraction/
61 stars 60 forks source link

Cohort covariates unit tests #204

Closed anthonysena closed 1 year ago

anthonysena commented 1 year ago

Expand unit tests for #167

codecov[bot] commented 1 year ago

Codecov Report

Merging #204 (d3dd418) into cohortCovariates (1e46b67) will increase coverage by 0.10%. The diff coverage is 94.24%.

@@                 Coverage Diff                  @@
##           cohortCovariates     #204      +/-   ##
====================================================
+ Coverage             93.30%   93.40%   +0.10%     
====================================================
  Files                    15       16       +1     
  Lines                  1165     1304     +139     
====================================================
+ Hits                   1087     1218     +131     
- Misses                   78       86       +8     
Impacted Files Coverage Δ
R/FeatureExtraction.R 60.00% <ø> (ø)
R/HelperFunctions.R 88.88% <40.00%> (-6.12%) :arrow_down:
R/GetCovariatesFromOtherCohorts.R 96.26% <96.26%> (ø)