open-feature / flagd

A feature flag daemon with a Unix philosophy
https://openfeature.dev
Apache License 2.0
453 stars 55 forks source link

feat: support `FLAGD_DEBUG` / `--debug` / `-x` #1326

Closed snosratiershad closed 1 month ago

snosratiershad commented 1 month ago

This PR

Related Issues

Fixes #1323

netlify[bot] commented 1 month ago

Deploy Preview for polite-licorice-3db33c canceled.

Name Link
Latest commit b7526bd5c0da4d064a1a77baea23e8b1c5e6e76a
Latest deploy log https://app.netlify.com/sites/polite-licorice-3db33c/deploys/66702d9f254cb80008204352
codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 78.74%. Comparing base (1c530ab) to head (b7526bd). Report is 68 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1326 +/- ## ========================================== + Coverage 73.69% 78.74% +5.05% ========================================== Files 32 36 +4 Lines 3140 2828 -312 ========================================== - Hits 2314 2227 -87 + Misses 717 466 -251 - Partials 109 135 +26 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

toddbaert commented 1 month ago

Thanks @snosratiershad