iesahin / xvc

A robust (🐒) and fast (πŸ‡) MLOps tool for managing data and pipelines in Rust (πŸ¦€)
GNU General Public License v3.0
38 stars 1 forks source link

185-if-store-or-ec-didnt-change-it-shouldnt-record-any-files #213

Closed iesahin closed 1 year ago

iesahin commented 1 year ago

Fixes #185

Add a dirty bit to struct to identify whether it has changed or not on save.

netlify[bot] commented 1 year ago

Deploy Preview for xvc canceled.

Name Link
Latest commit a5dcfa6f5214a6b6690d565c72272b8413f3eb01
Latest deploy log https://app.netlify.com/sites/xvc/deploys/63d0ec6f405be8000849e153
codecov[bot] commented 1 year ago

Codecov Report

Base: 66.83% // Head: 66.96% // Increases project coverage by +0.13% :tada:

Coverage data is based on head (a5dcfa6) compared to base (fe19043). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #213 +/- ## ========================================== + Coverage 66.83% 66.96% +0.13% ========================================== Files 98 98 Lines 9967 10003 +36 ========================================== + Hits 6661 6699 +38 + Misses 3306 3304 -2 ``` | [Impacted Files](https://codecov.io/gh/iesahin/xvc/pull/213?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Emre+Sahin) | Coverage Ξ” | | |---|---|---| | [ecs/src/ecs/xvcstore.rs](https://codecov.io/gh/iesahin/xvc/pull/213?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Emre+Sahin#diff-ZWNzL3NyYy9lY3MveHZjc3RvcmUucnM=) | `95.45% <ΓΈ> (ΓΈ)` | | | [ecs/src/ecs/mod.rs](https://codecov.io/gh/iesahin/xvc/pull/213?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Emre+Sahin#diff-ZWNzL3NyYy9lY3MvbW9kLnJz) | `91.81% <100.00%> (-0.04%)` | :arrow_down: | | [file/src/common/compare.rs](https://codecov.io/gh/iesahin/xvc/pull/213?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Emre+Sahin#diff-ZmlsZS9zcmMvY29tbW9uL2NvbXBhcmUucnM=) | `56.19% <0.00%> (+0.31%)` | :arrow_up: | | [lib/src/cli/mod.rs](https://codecov.io/gh/iesahin/xvc/pull/213?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Emre+Sahin#diff-bGliL3NyYy9jbGkvbW9kLnJz) | `75.54% <0.00%> (+1.25%)` | :arrow_up: | 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=Emre+Sahin). 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=Emre+Sahin)

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