nyaruka / mailroom

Backend services for the TextIt platform.
Other
0 stars 1 forks source link

Firebase clients #292

Closed norkans7 closed 1 month ago

codecov-commenter commented 2 months ago

Codecov Report

Attention: Patch coverage is 80.68182% with 17 lines in your changes missing coverage. Please review.

Project coverage is 62.93%. Comparing base (b25f94b) to head (1b1a1c5).

Files Patch % Lines
mailroom.go 0.00% 10 Missing :warning:
testsuite/firebase.go 88.00% 1 Missing and 2 partials :warning:
core/msgio/android.go 80.00% 1 Missing and 1 partial :warning:
web/android/sync.go 84.61% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #292 +/- ## ========================================== - Coverage 62.94% 62.93% -0.01% ========================================== Files 189 190 +1 Lines 10514 10545 +31 ========================================== + Hits 6618 6637 +19 - Misses 3020 3031 +11 - Partials 876 877 +1 ```

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

norkans7 commented 2 months ago

@rowanseymour So I add that endpoint without tests for now?

rowanseymour commented 2 months ago

Sure

norkans7 commented 1 month ago

Replaced by https://github.com/nyaruka/mailroom/pull/294