Closed paulwe closed 7 months ago
Attention: Patch coverage is 79.16667%
with 5 lines
in your changes are missing coverage. Please review.
Project coverage is 68.40%. Comparing base (
cf40c33
) to head (5528f7b
).:exclamation: Current head 5528f7b differs from pull request most recent head 71ef030. Consider uploading reports for the commit 71ef030 to get more accurate results
Files | Patch % | Lines |
---|---|---|
client.go | 40.00% | 3 Missing :warning: |
internal/allocation/allocation.go | 80.00% | 1 Missing :warning: |
internal/server/turn.go | 90.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
there is no need to manually stringify types that implement
fmt.Stringer
. if the log line is printed the formatter for%s
will do this.