Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes (attempt 2/3)
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored May 7, 2024
1 parent f7e06bc commit fe348f6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/tabby-scheduler/src/cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ fn cmd_stdout(cmd: &str, args: &[&str]) -> Result<String> {
}

Check warning on line 25 in crates/tabby-scheduler/src/cache.rs

View check run for this annotation

Codecov / codecov/patch

crates/tabby-scheduler/src/cache.rs#L25

Added line #L25 was not covered by tests

fn get_git_hash(path: &Path) -> Result<String> {
cmd_stdout(
"git",
&["hash-object", &path.display().to_string()],
)
cmd_stdout("git", &["hash-object", &path.display().to_string()])

Check warning on line 28 in crates/tabby-scheduler/src/cache.rs

View check run for this annotation

Codecov / codecov/patch

crates/tabby-scheduler/src/cache.rs#L28

Added line #L28 was not covered by tests
}

#[derive(Deserialize, Serialize, Debug)]

Check warning on line 31 in crates/tabby-scheduler/src/cache.rs

View check run for this annotation

Codecov / codecov/patch

crates/tabby-scheduler/src/cache.rs#L31

Added line #L31 was not covered by tests
Expand Down

0 comments on commit fe348f6

Please sign in to comment.