Closed wneessen closed 8 months ago
Attention: Patch coverage is 88.54875%
with 101 lines
in your changes are missing coverage. Please review.
Project coverage is 81.50%. Comparing base (
5c143cb
) to head (514e68b
).
Files | Patch % | Lines |
---|---|---|
msg.go | 92.91% | 14 Missing and 12 partials :warning: |
client_120.go | 54.90% | 17 Missing and 6 partials :warning: |
client.go | 84.28% | 8 Missing and 14 partials :warning: |
msgwriter.go | 88.30% | 12 Missing and 8 partials :warning: |
random.go | 72.41% | 5 Missing and 3 partials :warning: |
senderror.go | 85.71% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR updates the whole code base with better, more readable variables names to address #179. The code in the
smtp/
directory has been left untouched so that syncing with the upstream stdlib is not made more complicated than it has to be.Closes #179.