Skip to content

Commit

Permalink
Add useful comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marschattha committed Feb 11, 2025
1 parent 4892b13 commit 5f75e5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qlty-coverage/src/publish/planner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ impl Planner {
transformers.push(Box::new(AddPrefix::new(&prefix)));
}

// Should be placed after AddPrefix/StripPrefix or any path changes
if self.settings.files_exist {
transformers.push(Box::new(FileExistanceCheck));
}
Expand Down

0 comments on commit 5f75e5e

Please sign in to comment.