Skip to content

feat(cli): Add --include-logs option for git commit history - #793

Merged
yamadashy merged 12 commits into
mainfrom
feat/include-logs
Aug 23, 2025
Merged

feat(cli): Add --include-logs option for git commit history#793
yamadashy merged 12 commits into
mainfrom
feat/include-logs

refactor(security): Extract duplicate warning logic into helper function

1175bfb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 23, 2025 in 0s

87.49% (target 75.00%)

View this Pull Request on Codecov

87.49% (target 75.00%)

Details

Codecov Report

❌ Patch coverage is 57.45455% with 117 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.49%. Comparing base (818949c) to head (1175bfb).

Files with missing lines Patch % Lines
src/core/metrics/calculateGitLogMetrics.ts 4.54% 42 Missing ⚠️
src/core/metrics/workers/gitLogMetricsWorker.ts 0.00% 23 Missing ⚠️
src/cli/cliReport.ts 29.16% 17 Missing ⚠️
src/cli/actions/defaultAction.ts 9.09% 10 Missing ⚠️
src/core/security/securityCheck.ts 38.46% 8 Missing ⚠️
src/core/output/outputGenerate.ts 56.25% 7 Missing ⚠️
src/core/security/validateFileSafety.ts 61.11% 7 Missing ⚠️
src/core/output/outputStyleDecorate.ts 25.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #793      +/-   ##
==========================================
- Coverage   88.59%   87.49%   -1.11%     
==========================================
  Files         110      113       +3     
  Lines        6192     6437     +245     
  Branches     1282     1316      +34     
==========================================
+ Hits         5486     5632     +146     
- Misses        706      805      +99     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.