tmcd82070 / Rdistance

An R package for simple, regression-like, distance-based analyses
8 stars 3 forks source link

Print abund #85

Closed reidolson closed 4 years ago

reidolson commented 4 years ago

This branch adds a capture.output statements to a number of tests in order to suppress console output from those tests; also renamed test_lines_noCovars.R to x_test_lines_noCovars.R and test_points_noCovars.R to x_test_points_noCovars.R since these tests were simply vignettes and not really testing functions (they were also the source of build errors)

codecov-commenter commented 4 years ago

Codecov Report

Merging #85 into master will increase coverage by 4.74%. The diff coverage is 61.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #85      +/-   ##
==========================================
+ Coverage   73.68%   78.42%   +4.74%     
==========================================
  Files          35       35              
  Lines        1440     1451      +11     
==========================================
+ Hits         1061     1138      +77     
+ Misses        379      313      -66     
Impacted Files Coverage Δ
R/abundEstim.R 71.08% <ø> (-3.62%) :arrow_down:
R/integration.constant.R 66.07% <0.00%> (ø)
R/predict.dfunc.R 91.30% <ø> (+13.04%) :arrow_up:
R/print.abund.r 100.00% <ø> (+52.94%) :arrow_up:
R/dfuncEstim.R 78.34% <60.00%> (-1.25%) :arrow_down:
R/RdistanceControls.R 100.00% <100.00%> (ø)
R/estimateN.r 82.43% <0.00%> (-9.46%) :arrow_down:
R/plot.dfunc.r 34.83% <0.00%> (-5.06%) :arrow_down:
R/dfuncSmu.R 81.96% <0.00%> (+3.27%) :arrow_up:
... and 12 more

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 935ea62...71d35e6. Read the comment docs.