Add ci_report_hook/tests/data/example_run.json
This commit is contained in:
parent
3760b6640d
commit
db791620e3
1 changed files with 9 additions and 0 deletions
9
ci_report_hook/tests/data/example_run.json
Normal file
9
ci_report_hook/tests/data/example_run.json
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"timestamp": "2024-06-01T12:34:56Z",
|
||||||
|
"run_id": "RUN123",
|
||||||
|
"decision": "WARN",
|
||||||
|
"margin": 0.12,
|
||||||
|
"flaky_flag": true,
|
||||||
|
"subset_flip_count": 2,
|
||||||
|
"mischfenster_p95": 0.83
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue