OHDSI / Andromeda

AsynchroNous Disk-based Representation of MassivE DAta: An R package aimed at replacing ff for storing large data objects.
https://ohdsi.github.io/Andromeda/
11 stars 10 forks source link

Explicitly import external class definitions and add code coverage to github actions #8

Closed ablack3 closed 3 years ago

ablack3 commented 3 years ago

This PR makes a few small changes

codecov[bot] commented 3 years ago

Codecov Report

Merging #8 (e6abee1) into develop (af319d4) will increase coverage by 5.37%. The diff coverage is 82.35%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop       #8      +/-   ##
===========================================
+ Coverage    85.23%   90.61%   +5.37%     
===========================================
  Files            3        4       +1     
  Lines          271      341      +70     
===========================================
+ Hits           231      309      +78     
+ Misses          40       32       -8     
Impacted Files Coverage Δ
R/Operations.R 93.00% <0.00%> (ø)
R/Object.R 84.78% <60.00%> (+0.33%) :arrow_up:
R/LoadingSaving.R 91.01% <76.92%> (+14.46%) :arrow_up:
R/Indices.R 95.00% <95.00%> (ø)

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 b95dfec...e6abee1. Read the comment docs.

ablack3 commented 3 years ago

@schuemie - It looks like my commits to fix the class caching issue were added to this existing PR. Let me know if you want me to split this into two PRs.