add review type (perf, bug, security, ...) + fix tests
ci/woodpecker/push/tests Pipeline was successful

This commit is contained in:
2026-09-20 14:42:14 +00:00
parent be7284c6d8
commit fa03fd8589
8 changed files with 630 additions and 335 deletions
+2 -1
View File
@@ -259,6 +259,7 @@ mod tests {
},
repository: Repository {
full_name: "owner/repo".to_string(),
clone_url: "https://github.com/owner/repo.git".to_string(),
},
comment: Comment {
id: 1,
@@ -274,7 +275,7 @@ mod tests {
.map(|tool| tool.function.name)
.collect();
assert_eq!(names, vec!["ls", "read_file", "grep", "find", "file_size"]);
assert_eq!(names, vec!["ls", "file_size", "read_file", "grep", "find"]);
}
#[test]