ArcanaFramework / arcana

Abstraction of Repository Centric ANAlysis
Other
4 stars 5 forks source link

Clean up to help boost coverage #155

Closed tclose closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: +0.98 :tada:

Comparison is base (4f4d438) 77.66% compared to head (f782a89) 78.65%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #155 +/- ## ========================================== + Coverage 77.66% 78.65% +0.98% ========================================== Files 55 55 Lines 5063 5012 -51 Branches 1328 1313 -15 ========================================== + Hits 3932 3942 +10 + Misses 832 776 -56 + Partials 299 294 -5 ``` | [Impacted Files](https://codecov.io/gh/ArcanaFramework/arcana/pull/155?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ArcanaFramework) | Coverage Δ | | |---|---|---| | [arcana/core/data/cell.py](https://codecov.io/gh/ArcanaFramework/arcana/pull/155?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ArcanaFramework#diff-YXJjYW5hL2NvcmUvZGF0YS9jZWxsLnB5) | `83.33% <ø> (+8.33%)` | :arrow_up: | | [arcana/core/data/column.py](https://codecov.io/gh/ArcanaFramework/arcana/pull/155?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ArcanaFramework#diff-YXJjYW5hL2NvcmUvZGF0YS9jb2x1bW4ucHk=) | `77.58% <ø> (+1.31%)` | :arrow_up: | | [arcana/core/data/entry.py](https://codecov.io/gh/ArcanaFramework/arcana/pull/155?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ArcanaFramework#diff-YXJjYW5hL2NvcmUvZGF0YS9lbnRyeS5weQ==) | `65.51% <ø> (+1.47%)` | :arrow_up: | | [arcana/core/data/row.py](https://codecov.io/gh/ArcanaFramework/arcana/pull/155?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ArcanaFramework#diff-YXJjYW5hL2NvcmUvZGF0YS9yb3cucHk=) | `71.42% <ø> (+1.33%)` | :arrow_up: | | [arcana/core/data/set/base.py](https://codecov.io/gh/ArcanaFramework/arcana/pull/155?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ArcanaFramework#diff-YXJjYW5hL2NvcmUvZGF0YS9zZXQvYmFzZS5weQ==) | `69.14% <ø> (+0.76%)` | :arrow_up: | | [arcana/core/data/store/base.py](https://codecov.io/gh/ArcanaFramework/arcana/pull/155?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ArcanaFramework#diff-YXJjYW5hL2NvcmUvZGF0YS9zdG9yZS9iYXNlLnB5) | `89.28% <ø> (+2.58%)` | :arrow_up: | | [arcana/core/data/store/local.py](https://codecov.io/gh/ArcanaFramework/arcana/pull/155?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ArcanaFramework#diff-YXJjYW5hL2NvcmUvZGF0YS9zdG9yZS9sb2NhbC5weQ==) | `85.18% <ø> (+5.87%)` | :arrow_up: | | [arcana/core/data/tree.py](https://codecov.io/gh/ArcanaFramework/arcana/pull/155?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ArcanaFramework#diff-YXJjYW5hL2NvcmUvZGF0YS90cmVlLnB5) | `82.41% <ø> (+1.77%)` | :arrow_up: | | [arcana/core/utils/misc.py](https://codecov.io/gh/ArcanaFramework/arcana/pull/155?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ArcanaFramework#diff-YXJjYW5hL2NvcmUvdXRpbHMvbWlzYy5weQ==) | `73.00% <ø> (+4.80%)` | :arrow_up: | ... and [2 files with indirect coverage changes](https://codecov.io/gh/ArcanaFramework/arcana/pull/155/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ArcanaFramework) 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=ArcanaFramework). 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=ArcanaFramework)

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