From db791620e35ea9c2f7cdb62a3a2921ba0348cf39 Mon Sep 17 00:00:00 2001 From: Mika Date: Wed, 28 Jan 2026 16:22:45 +0000 Subject: [PATCH] Add ci_report_hook/tests/data/example_run.json --- ci_report_hook/tests/data/example_run.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ci_report_hook/tests/data/example_run.json diff --git a/ci_report_hook/tests/data/example_run.json b/ci_report_hook/tests/data/example_run.json new file mode 100644 index 0000000..b86508c --- /dev/null +++ b/ci_report_hook/tests/data/example_run.json @@ -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 +} \ No newline at end of file