ropensci / taxa

taxonomic classes for R
https://docs.ropensci.org/taxa
Other
48 stars 12 forks source link

Starts to add null data patterns to methods #107

Closed sckott closed 6 years ago

sckott commented 6 years ago

fix #95

let me know what you think @zachary-foster

codecov-io commented 6 years ago

Codecov Report

Merging #107 into master will decrease coverage by 0.12%. The diff coverage is 76%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #107      +/-   ##
==========================================
- Coverage   76.38%   76.25%   -0.13%     
==========================================
  Files          21       21              
  Lines        2071     2085      +14     
==========================================
+ Hits         1582     1590       +8     
- Misses        489      495       +6
Impacted Files Coverage Δ
R/taxon_rank.R 100% <100%> (ø) :arrow_up:
R/taxon_name.R 100% <100%> (ø) :arrow_up:
R/taxon_id.R 100% <100%> (ø) :arrow_up:
R/taxon.R 92.3% <100%> (+0.15%) :arrow_up:
R/hierarchy.R 33.33% <33.33%> (-0.41%) :arrow_down:
R/taxa.R 92.59% <86.66%> (-7.41%) :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 c3abca2...cc7d0a4. Read the comment docs.

zachary-foster commented 6 years ago

LGTM