Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a toml esq configuration reader and writer #620

Merged
merged 48 commits into from
Mar 13, 2025

Update readme

fbc18b7
Select commit
Loading
Failed to load commit list.
Merged

Add a toml esq configuration reader and writer #620

Update readme
fbc18b7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 13, 2025 in 0s

35.70% (+0.26%) compared to af9f9ac

View this Pull Request on Codecov

35.70% (+0.26%) compared to af9f9ac

Details

Codecov Report

Attention: Patch coverage is 60.68111% with 127 lines in your changes missing coverage. Please review.

Project coverage is 35.70%. Comparing base (af9f9ac) to head (fbc18b7).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...src/main/kotlin/world/gregs/config/ConfigReader.kt 79.14% 14 Missing and 25 partials ⚠️
...ig/src/main/kotlin/world/gregs/config/ConfigMap.kt 0.00% 34 Missing ⚠️
...src/main/kotlin/world/gregs/config/ConfigWriter.kt 58.53% 14 Missing and 20 partials ⚠️
...onfig/src/main/kotlin/world/gregs/config/Config.kt 0.00% 20 Missing ⚠️
Additional details and impacted files
Files with missing lines Coverage Δ
...onfig/src/main/kotlin/world/gregs/config/Config.kt 0.00% <0.00%> (ø)
...ig/src/main/kotlin/world/gregs/config/ConfigMap.kt 0.00% <0.00%> (ø)
...src/main/kotlin/world/gregs/config/ConfigWriter.kt 58.53% <58.53%> (ø)
...src/main/kotlin/world/gregs/config/ConfigReader.kt 79.14% <79.14%> (ø)

... and 24 files with indirect coverage changes

@@             Coverage Diff              @@
##               main     #620      +/-   ##
============================================
+ Coverage     35.44%   35.70%   +0.26%     
- Complexity     4919     4932      +13     
============================================
  Files          1352     1356       +4     
  Lines         47930    48253     +323     
  Branches       9663     9718      +55     
============================================
+ Hits          16989    17231     +242     
- Misses        27497    27578      +81     
  Partials       3444     3444              
Components Coverage Δ
Content 30.08% <ø> (+0.01%) ⬆️
Engine 43.37% <ø> (+0.24%) ⬆️
Network 71.90% <ø> (ø)
🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.