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/patch failed Oct 5, 2024 in 1s

1.3% of diff hit (target 45.9%)

View this Pull Request on Codecov

1.3% of diff hit (target 45.9%)

Annotations

Check warning on line 345 in crates/core/src/backend.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/backend.rs#L344-L345

Added lines #L344 - L345 were not covered by tests

Check warning on line 361 in crates/core/src/backend.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/backend.rs#L359-L361

Added lines #L359 - L361 were not covered by tests

Check warning on line 401 in crates/core/src/backend.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/backend.rs#L401

Added line #L401 was not covered by tests

Check warning on line 404 in crates/core/src/backend.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/backend.rs#L404

Added line #L404 was not covered by tests

Check warning on line 584 in crates/core/src/backend/decrypt.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/backend/decrypt.rs#L583-L584

Added lines #L583 - L584 were not covered by tests

Check warning on line 588 in crates/core/src/backend/decrypt.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/backend/decrypt.rs#L587-L588

Added lines #L587 - L588 were not covered by tests

Check warning on line 162 in crates/core/src/backend/dry_run.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/backend/dry_run.rs#L161-L162

Added lines #L161 - L162 were not covered by tests

Check warning on line 166 in crates/core/src/backend/dry_run.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/backend/dry_run.rs#L165-L166

Added lines #L165 - L166 were not covered by tests

Check warning on line 29 in crates/core/src/backend/lock.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/backend/lock.rs#L29

Added line #L29 was not covered by tests

Check warning on line 35 in crates/core/src/backend/lock.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/backend/lock.rs#L35

Added line #L35 was not covered by tests

Check warning on line 39 in crates/core/src/backend/lock.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/backend/lock.rs#L39

Added line #L39 was not covered by tests

Check warning on line 43 in crates/core/src/backend/lock.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/backend/lock.rs#L43

Added line #L43 was not covered by tests

Check warning on line 47 in crates/core/src/backend/lock.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/backend/lock.rs#L47

Added line #L47 was not covered by tests

Check warning on line 58 in crates/core/src/backend/lock.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/backend/lock.rs#L58

Added line #L58 was not covered by tests

Check warning on line 71 in crates/core/src/backend/lock.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/backend/lock.rs#L71

Added line #L71 was not covered by tests

Check warning on line 73 in crates/core/src/backend/lock.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/backend/lock.rs#L73

Added line #L73 was not covered by tests

Check warning on line 76 in crates/core/src/backend/lock.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/backend/lock.rs#L75-L76

Added lines #L75 - L76 were not covered by tests

Check warning on line 85 in crates/core/src/backend/lock.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/backend/lock.rs#L85

Added line #L85 was not covered by tests

Check warning on line 104 in crates/core/src/backend/lock.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/backend/lock.rs#L97-L104

Added lines #L97 - L104 were not covered by tests

Check warning on line 109 in crates/core/src/backend/lock.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/backend/lock.rs#L106-L109

Added lines #L106 - L109 were not covered by tests

Check warning on line 29 in crates/core/src/commands/lock.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/commands/lock.rs#L24-L29

Added lines #L24 - L29 were not covered by tests

Check warning on line 37 in crates/core/src/commands/lock.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/commands/lock.rs#L36-L37

Added lines #L36 - L37 were not covered by tests

Check warning on line 45 in crates/core/src/commands/lock.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/commands/lock.rs#L40-L45

Added lines #L40 - L45 were not covered by tests

Check warning on line 54 in crates/core/src/commands/lock.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/commands/lock.rs#L53-L54

Added lines #L53 - L54 were not covered by tests

Check warning on line 65 in crates/core/src/commands/lock.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/commands/lock.rs#L56-L65

Added lines #L56 - L65 were not covered by tests