Fix CI: add if-no-files-found=warn to coverage upload, add config tests
CI / test (push) Failing after 12m39s

- .github/workflows/ci.yml: upload-artifact if-no-files-found=warn
- internal/config/config_test.go: 93.5% coverage smoke tests for Load,
  env overrides, URL helpers, duration helpers, Logger, boolEnv
This commit is contained in:
2026-07-30 17:42:28 -04:00
parent f775c2f67e
commit c2feb1bc75
2 changed files with 123 additions and 0 deletions
+1
View File
@@ -50,3 +50,4 @@ jobs:
with:
name: coverage
path: coverage.out
if-no-files-found: warn