nicksnyder / go-i18n

Translate your Go program into multiple languages.
MIT License
3.03k stars 277 forks source link

fallback to empty string message `""` when get nil value #326

Closed LemonNekoGH closed 8 months ago

LemonNekoGH commented 8 months ago

325

codecov[bot] commented 8 months ago

Codecov Report

Attention: Patch coverage is 57.14286% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 73.86%. Comparing base (521f196) to head (1b3ae62).

Files Patch % Lines
i18n/parse.go 50.00% 2 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #326 +/- ## ========================================== - Coverage 73.93% 73.86% -0.08% ========================================== Files 20 20 Lines 1995 2001 +6 ========================================== + Hits 1475 1478 +3 - Misses 454 456 +2 - Partials 66 67 +1 ```

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