Compare commits

..

3 Commits

Author SHA1 Message Date
Omar Abdulla 0a07a93475 Resolve merge conflicts 2026-01-16 19:21:26 +03:00
Omar Abdulla c0d330d035 Update report processor to only include failures 2026-01-16 19:18:28 +03:00
Omar 8b0a0c3518 Update retester CI to check expectations (#225)
* Add a report processing tool

* Add expectations tests to the CI action

* Fix an issue with CI

* Fix CI

* Fix the path of the workdir in CI

* Fix CI issue with the paths

* Update the format of the expectations file
2026-01-15 15:32:44 +00:00
+1
View File
@@ -73,6 +73,7 @@ fn main() -> Result<()> {
Status::from(status),
)
})
.filter(|(_, status)| *status == Status::Failed)
.collect::<Expectations>();
let output_file = OpenOptions::new()