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
This commit is contained in:
Omar
2026-01-15 18:32:44 +03:00
committed by GitHub
parent 94b04c0189
commit 8b0a0c3518
9 changed files with 492 additions and 47 deletions
Generated
+12
View File
@@ -5910,6 +5910,18 @@ dependencies = [
"tracing",
]
[[package]]
name = "revive-dt-report-processor"
version = "0.1.0"
dependencies = [
"anyhow",
"clap",
"revive-dt-common",
"revive-dt-report",
"serde",
"serde_json",
]
[[package]]
name = "revive-dt-solc-binaries"
version = "0.1.0"