Skip to content

fix: allow use of .yml file extension in addition to .yaml

8951afd
Select commit
Loading
Failed to load commit list.
Merged

feat: add support for project runtime configs (.katrc.yaml files) #216

fix: allow use of .yml file extension in addition to .yaml
8951afd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 30, 2025 in 1s

49.74% (+1.54%) compared to 9786e19

View this Pull Request on Codecov

49.74% (+1.54%) compared to 9786e19

Details

Codecov Report

❌ Patch coverage is 76.96429% with 129 lines in your changes missing coverage. Please review.
✅ Project coverage is 49.74%. Comparing base (9786e19) to head (8951afd).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
pkg/ui/setup/trust.go 0.00% 36 Missing ⚠️
api/file.go 77.87% 14 Missing and 11 partials ⚠️
api/v1beta1/policies/policy.go 68.42% 17 Missing and 7 partials ⚠️
pkg/policy/trust.go 74.28% 10 Missing and 8 partials ⚠️
api/v1beta1/configs/config.go 73.91% 10 Missing and 2 partials ⚠️
api/v1beta1/runtimeconfigs/runtimeconfig.go 73.91% 4 Missing and 2 partials ⚠️
pkg/command/runner.go 0.00% 3 Missing ⚠️
pkg/yaml/merge.go 83.33% 1 Missing and 1 partial ⚠️
pkg/ui/menu/menu.go 0.00% 1 Missing ⚠️
pkg/ui/theme/huh.go 0.00% 1 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #216      +/-   ##
==========================================
+ Coverage   48.19%   49.74%   +1.54%     
==========================================
  Files          59       67       +8     
  Lines        6050     6389     +339     
==========================================
+ Hits         2916     3178     +262     
- Misses       2983     3039      +56     
- Partials      151      172      +21     

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