mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-19 16:51:03 +00:00
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:
@@ -73,6 +73,7 @@ fn main() -> Result<()> {
|
|||||||
Status::from(status),
|
Status::from(status),
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
.filter(|(_, status)| *status == Status::Failed)
|
||||||
.collect::<Expectations>();
|
.collect::<Expectations>();
|
||||||
|
|
||||||
let output_file = OpenOptions::new()
|
let output_file = OpenOptions::new()
|
||||||
|
|||||||
Reference in New Issue
Block a user