Closed scottweaver closed 1 month ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 65.32%. Comparing base (
f164c90
) to head (67b857f
). Report is 12 commits behind head on main.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This set of change address the issue described in https://github.com/zio/zio-http/issues/3165.
For instance the header, 'Header.Forwarded(forValues = List("127.0.0.1"))', previously rendered incorrectly as 'None; for=127.0.0.1; None; None'.
It now properly renders as 'for=127.0.0.1;'.
It includes an additional test spec that uses a property check to verify all permutations optional directives.