cboudereau / gcs-rsync

Lightweight Google Cloud Storage sync Rust Client with better performance than gsutil rsync
https://docs.rs/gcs-rsync/
MIT License
13 stars 8 forks source link

fix: code coverage tarpaulin issue #20

Closed cboudereau closed 2 years ago

cboudereau commented 2 years ago

Fix code coverage since tarpaulin has a bug arround rust doc src/lib.rs.

The file src/lib.rs contains 64 lines but tarpaulin indicates 2.5K.

codecov[bot] commented 2 years ago

Codecov Report

Base: 40.90% // Head: 82.58% // Increases project coverage by +41.67% :tada:

Coverage data is based on head (1aeb026) compared to base (83b8d51). Patch has no changes to coverable lines.

:exclamation: Current head 1aeb026 differs from pull request most recent head 8245d5b. Consider uploading reports for the commit 8245d5b to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #20 +/- ## =========================================== + Coverage 40.90% 82.58% +41.67% =========================================== Files 15 14 -1 Lines 3503 1183 -2320 =========================================== - Hits 1433 977 -456 + Misses 2070 206 -1864 ``` | [Impacted Files](https://codecov.io/gh/cboudereau/gcs-rsync/pull/20?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Cl%C3%A9ment+Boudereau) | Coverage Δ | | |---|---|---| | [src/gcp/sync/mod.rs](https://codecov.io/gh/cboudereau/gcs-rsync/pull/20/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Cl%C3%A9ment+Boudereau#diff-c3JjL2djcC9zeW5jL21vZC5ycw==) | `82.30% <ø> (ø)` | | | [src/lib.rs](https://codecov.io/gh/cboudereau/gcs-rsync/pull/20/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Cl%C3%A9ment+Boudereau#diff-c3JjL2xpYi5ycw==) | | | 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=Cl%C3%A9ment+Boudereau). 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=Cl%C3%A9ment+Boudereau)

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