From 2dd4aa83996b3933c422bcc896df4bbd008b3997 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 07:59:08 +0000 Subject: [PATCH] Add test suite and configuration --- .git-insights/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.git-insights/config.yaml b/.git-insights/config.yaml index c3dc6f7..cf9a829 100644 --- a/.git-insights/config.yaml +++ b/.git-insights/config.yaml @@ -1,6 +1,6 @@ -repository_path: "." +repository_path: . analysis_days: 30 -output_format: "json" +output_format: json churn_threshold: 500 risky_commit_threshold: 500 merge_commit_flag: true