Skip to content

Commit

Permalink
fix(test): add missing path
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 11, 2024
1 parent 2dff3dc commit b46cac7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ mod tests {
fn get_test_path() -> PathBuf {
PathBuf::from(env!("CARGO_MANIFEST_DIR"))
.join("target")
.join("debug")
.join(format!("{}-coverage", env!("CARGO_PKG_NAME")))
}

Expand Down

0 comments on commit b46cac7

Please sign in to comment.