Skip to content

Rework config parsing#967

Merged
jmattheis merged 7 commits into
masterfrom
env
Jun 14, 2026
Merged

Rework config parsing#967
jmattheis merged 7 commits into
masterfrom
env

feat: add config migration

14a8368
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 14, 2026 in 0s

74.68% (+0.21%) compared to 67b6589

View this Pull Request on Codecov

74.68% (+0.21%) compared to 67b6589

Details

Codecov Report

❌ Patch coverage is 75.50432% with 85 lines in your changes missing coverage. Please review.
✅ Project coverage is 74.68%. Comparing base (67b6589) to head (14a8368).

Files with missing lines Patch % Lines
app.go 49.18% 30 Missing and 1 partial ⚠️
config/parse.go 59.15% 20 Missing and 9 partials ⚠️
config/migrate/migrate.go 88.09% 5 Missing and 5 partials ⚠️
config/file.go 73.33% 6 Missing and 2 partials ⚠️
config/error.go 0.00% 4 Missing ⚠️
config/config.go 97.43% 1 Missing and 1 partial ⚠️
api/oidc.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #967      +/-   ##
==========================================
+ Coverage   74.46%   74.68%   +0.21%     
==========================================
  Files          62       67       +5     
  Lines        3008     3314     +306     
==========================================
+ Hits         2240     2475     +235     
- Misses        605      658      +53     
- Partials      163      181      +18     

☔ View full report in Codecov by Harness.
📢 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.