ncsu-landscape-dynamics / rpops

PoPS (Pest or Pathogen Spread) R Package
https://ncsu-landscape-dynamics.github.io/rpops/
GNU General Public License v3.0
10 stars 5 forks source link

Add soils #178

Closed ChrisJones687 closed 9 months ago

codecov[bot] commented 9 months ago

Codecov Report

Attention: 13 lines in your changes are missing coverage. Please review.

Comparison is base (9112192) 82.44% compared to head (3de5bd4) 84.33%.

:exclamation: Current head 3de5bd4 differs from pull request most recent head d0ea548. Consider uploading reports for the commit d0ea548 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #178 +/- ## ========================================== + Coverage 82.44% 84.33% +1.88% ========================================== Files 51 51 Lines 5560 5624 +64 ========================================== + Hits 4584 4743 +159 + Misses 976 881 -95 ``` | [Files](https://app.codecov.io/gh/ncsu-landscape-dynamics/rpops/pull/178?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ncsu-landscape-dynamics) | Coverage Δ | | |---|---|---| | [R/calibrate.R](https://app.codecov.io/gh/ncsu-landscape-dynamics/rpops/pull/178?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ncsu-landscape-dynamics#diff-Ui9jYWxpYnJhdGUuUg==) | `83.50% <100.00%> (-3.14%)` | :arrow_down: | | [R/checks.R](https://app.codecov.io/gh/ncsu-landscape-dynamics/rpops/pull/178?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ncsu-landscape-dynamics#diff-Ui9jaGVja3MuUg==) | `95.60% <100.00%> (ø)` | | | [R/error\_messages.R](https://app.codecov.io/gh/ncsu-landscape-dynamics/rpops/pull/178?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ncsu-landscape-dynamics#diff-Ui9lcnJvcl9tZXNzYWdlcy5S) | `100.00% <ø> (ø)` | | | [R/helpers.R](https://app.codecov.io/gh/ncsu-landscape-dynamics/rpops/pull/178?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ncsu-landscape-dynamics#diff-Ui9oZWxwZXJzLlI=) | `80.95% <100.00%> (+0.20%)` | :arrow_up: | | [R/pops.r](https://app.codecov.io/gh/ncsu-landscape-dynamics/rpops/pull/178?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ncsu-landscape-dynamics#diff-Ui9wb3BzLnI=) | `100.00% <100.00%> (ø)` | | | [R/pops\_model.R](https://app.codecov.io/gh/ncsu-landscape-dynamics/rpops/pull/178?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ncsu-landscape-dynamics#diff-Ui9wb3BzX21vZGVsLlI=) | `100.00% <100.00%> (ø)` | | | [R/pops\_multirun.R](https://app.codecov.io/gh/ncsu-landscape-dynamics/rpops/pull/178?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ncsu-landscape-dynamics#diff-Ui9wb3BzX211bHRpcnVuLlI=) | `90.92% <100.00%> (+0.05%)` | :arrow_up: | | [R/validate.R](https://app.codecov.io/gh/ncsu-landscape-dynamics/rpops/pull/178?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ncsu-landscape-dynamics#diff-Ui92YWxpZGF0ZS5S) | `96.04% <100.00%> (+0.04%)` | :arrow_up: | | [inst/include/PoPS\_RcppExports.h](https://app.codecov.io/gh/ncsu-landscape-dynamics/rpops/pull/178?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ncsu-landscape-dynamics#diff-aW5zdC9pbmNsdWRlL1BvUFNfUmNwcEV4cG9ydHMuaA==) | `0.00% <ø> (ø)` | | | [src/pops.cpp](https://app.codecov.io/gh/ncsu-landscape-dynamics/rpops/pull/178?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ncsu-landscape-dynamics#diff-c3JjL3BvcHMuY3Bw) | `99.04% <100.00%> (+1.55%)` | :arrow_up: | | ... and [1 more](https://app.codecov.io/gh/ncsu-landscape-dynamics/rpops/pull/178?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ncsu-landscape-dynamics) | | ... and [10 files with indirect coverage changes](https://app.codecov.io/gh/ncsu-landscape-dynamics/rpops/pull/178/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ncsu-landscape-dynamics)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ChrisJones687 commented 9 months ago

closes #169, closes #172