Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Repository::lock_repo #163

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Merge branch 'main' into lock

dac77f0
Select commit
Loading
Failed to load commit list.
Open

feat: Add Repository::lock_repo #163

Merge branch 'main' into lock
dac77f0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 5, 2024 in 1s

45.2% (-0.8%) compared to f68ffa3

View this Pull Request on Codecov

45.2% (-0.8%) compared to f68ffa3

Details

Codecov Report

Attention: Patch coverage is 1.33333% with 74 lines in your changes missing coverage. Please review.

Project coverage is 45.2%. Comparing base (f68ffa3) to head (dac77f0).

Files with missing lines Patch % Lines
crates/core/src/commands/lock.rs 0.0% 30 Missing ⚠️
crates/core/src/backend/lock.rs 0.0% 23 Missing ⚠️
crates/core/src/backend.rs 0.0% 7 Missing ⚠️
crates/core/src/backend/decrypt.rs 0.0% 4 Missing ⚠️
crates/core/src/backend/dry_run.rs 0.0% 4 Missing ⚠️
crates/core/src/repository.rs 25.0% 3 Missing ⚠️
crates/core/src/repository/warm_up.rs 0.0% 3 Missing ⚠️
Additional details and impacted files
Files with missing lines Coverage Δ
crates/core/src/backend/cache.rs 74.5% <ø> (-0.8%) ⬇️
crates/core/src/backend/hotcold.rs 0.0% <ø> (ø)
crates/core/src/error.rs 57.1% <ø> (ø)
crates/core/src/repository.rs 47.5% <25.0%> (-0.6%) ⬇️
crates/core/src/repository/warm_up.rs 19.5% <0.0%> (ø)
crates/core/src/backend/decrypt.rs 65.4% <0.0%> (-2.9%) ⬇️
crates/core/src/backend/dry_run.rs 12.7% <0.0%> (-1.2%) ⬇️
crates/core/src/backend.rs 52.5% <0.0%> (-5.1%) ⬇️
crates/core/src/backend/lock.rs 0.0% <0.0%> (ø)
crates/core/src/commands/lock.rs 0.0% <0.0%> (ø)

... and 18 files with indirect coverage changes