Update Report Processor (#227)

* 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

* Update report processor to only include failures
This commit is contained in:
Omar
2026-01-16 19:21:36 +03:00
committed by GitHub
parent 8b0a0c3518
commit 9d1c71756f
+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()