jesseduffield / lazygit

simple terminal UI for git commands
MIT License
48.05k stars 1.73k forks source link

Fix boolean config keys not appearing in the generated Config.md #3622

Closed stefanhaller closed 1 month ago

stefanhaller commented 1 month ago

All boolean config keys were missing from the generated Config.md.

stefanhaller commented 1 month ago

@karimkhaleel Can you please have a look?

codacy-production[bot] commented 1 month ago

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
Report missing for 7492521829114b935c91a4eab856a554160122bd[^1] :white_check_mark:
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (7492521829114b935c91a4eab856a554160122bd) | Report Missing | Report Missing | Report Missing | | | Head commit (4bfda1a78c5ab769d7cfe91874287c0ee33f2800) | 51252 | 43164 | 84.22% | **Coverage variation** is the difference between the coverage for the head and common ancestor commits of the pull request branch: ` - `
Diff coverage details | | Coverable lines | Covered lines | Diff coverage | | ------------- | ------------- | ------------- | ------------- | | Pull request (#3622) | 0 | 0 | **∅ (not applicable)** | **Diff coverage** is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: `/ * 100%`

See your quality gate settings    Change summary preferences

Codacy will stop sending the deprecated coverage status from June 5th, 2024. Learn more [^1]: Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.

karimkhaleel commented 1 month ago

Yeah, this makes sense. My bad!