nil-go / konf

The simplest config loader for Go that reads/watches from file, env, flag and clouds (AWS, Azure, GCP).
https://pkg.go.dev/github.com/nil-go/konf
MIT License
222 stars 9 forks source link

fix release issue #480

Closed ktong closed 1 week ago

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 82.9%. Comparing base (8c1264a) to head (eeb15cd). Report is 1 commits behind head on main.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/nil-go/konf/pull/480/graphs/tree.svg?width=650&height=150&src=pr&token=2LIUXHDH9J&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nil-go)](https://app.codecov.io/gh/nil-go/konf/pull/480?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nil-go) ```diff @@ Coverage Diff @@ ## main #480 +/- ## ===================================== Coverage 82.9% 82.9% ===================================== Files 62 62 Lines 2664 2664 ===================================== Hits 2210 2210 Misses 371 371 Partials 83 83 ```