nateosher / DIMPLE

MIT License
2 stars 1 forks source link

Changed to github workflow to update codecov #14

Closed nateosher closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Base: 13.98% // Head: 35.32% // Increases project coverage by +21.33% :tada:

Coverage data is based on head (927f97c) compared to base (3cdeade). Patch coverage: 41.96% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #14 +/- ## =========================================== + Coverage 13.98% 35.32% +21.33% =========================================== Files 27 30 +3 Lines 479 569 +90 =========================================== + Hits 67 201 +134 + Misses 412 368 -44 ``` | [Impacted Files](https://codecov.io/gh/nateosher/DistDist/pull/14?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [R/generics.R](https://codecov.io/gh/nateosher/DistDist/pull/14?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-Ui9nZW5lcmljcy5S) | `33.33% <0.00%> (+33.33%)` | :arrow_up: | | [R/plot\_dist.R](https://codecov.io/gh/nateosher/DistDist/pull/14?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-Ui9wbG90X2Rpc3QuUg==) | `0.00% <0.00%> (ø)` | | | [R/plot\_intensities.R](https://codecov.io/gh/nateosher/DistDist/pull/14?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-Ui9wbG90X2ludGVuc2l0aWVzLlI=) | `0.00% <0.00%> (ø)` | | | [R/plot\_pairwise\_group\_heatmap.R](https://codecov.io/gh/nateosher/DistDist/pull/14?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-Ui9wbG90X3BhaXJ3aXNlX2dyb3VwX2hlYXRtYXAuUg==) | `0.00% <0.00%> (ø)` | | | [R/sig\_stars.R](https://codecov.io/gh/nateosher/DistDist/pull/14?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-Ui9zaWdfc3RhcnMuUg==) | `0.00% <0.00%> (ø)` | | | [R/MltplxObject.R](https://codecov.io/gh/nateosher/DistDist/pull/14?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-Ui9NbHRwbHhPYmplY3QuUg==) | `38.61% <28.94%> (+15.75%)` | :arrow_up: | | [R/pat.density.R](https://codecov.io/gh/nateosher/DistDist/pull/14?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-Ui9wYXQuZGVuc2l0eS5S) | `93.33% <50.00%> (+93.33%)` | :arrow_up: | | [R/MltplxExperiment.R](https://codecov.io/gh/nateosher/DistDist/pull/14?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-Ui9NbHRwbHhFeHBlcmltZW50LlI=) | `54.54% <72.72%> (+6.21%)` | :arrow_up: | | [R/lm\_dist.R](https://codecov.io/gh/nateosher/DistDist/pull/14?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-Ui9sbV9kaXN0LlI=) | `92.30% <92.30%> (ø)` | | | [R/MltplxImage.R](https://codecov.io/gh/nateosher/DistDist/pull/14?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-Ui9NbHRwbHhJbWFnZS5S) | `40.00% <100.00%> (ø)` | | | ... and [10 more](https://codecov.io/gh/nateosher/DistDist/pull/14?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

nateosher commented 1 year ago

All checks should be pushed to codecov automatically on pull requests now. I had to change a few small things to make tests pass and deal with the spatstat.core situation.