ropensci / neotoma

Programmatic R interface to the Neotoma Paleoecological Database.
https://docs.ropensci.org/neotoma
Other
30 stars 16 forks source link

Set of changes preparing for the next release. #226

Closed SimonGoring closed 6 years ago

SimonGoring commented 6 years ago

Several bug fixes associated with Tilia files and chron control tables. Mostly just cleaning the package.

codecov-io commented 6 years ago

Codecov Report

Merging #226 into master will decrease coverage by 0.2%. The diff coverage is 10%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #226      +/-   ##
==========================================
- Coverage   40.64%   40.44%   -0.21%     
==========================================
  Files          33       33              
  Lines        1993     1998       +5     
==========================================
- Hits          810      808       -2     
- Misses       1183     1190       +7
Impacted Files Coverage Δ
R/read_methods.R 0% <0%> (ø) :arrow_up:
R/get_chroncontrol.R 54.47% <50%> (-0.45%) :arrow_down:
R/get_dataset.R 83.24% <0%> (-1.09%) :arrow_down:

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 96ca06c...a6f0553. Read the comment docs.

SimonGoring commented 6 years ago

There are clearly issues with how I add code coverage, since read_tilia in the read_methods.R file is tested. Not sure how to manage this.