agrc / masquerade

Disguise UGRC's Web API endpoints as an Esri locator service.
https://github.com/agrc/masquerade#readme
MIT License
1 stars 0 forks source link

Fix/database-connections #86

Closed stdavis closed 1 year ago

stdavis commented 1 year ago

Hoping to help with these types of errors that I'm seeing in production logs: psycopg.OperationalError: consuming input failed: server closed the connection unexpectedly

codecov[bot] commented 1 year ago

Codecov Report

Base: 85.39% // Head: 85.85% // Increases project coverage by +0.45% :tada:

Coverage data is based on head (269f83b) compared to base (bfd45ed). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #86 +/- ## ========================================== + Coverage 85.39% 85.85% +0.45% ========================================== Files 3 3 Lines 315 311 -4 Branches 33 30 -3 ========================================== - Hits 269 267 -2 + Misses 40 38 -2 Partials 6 6 ``` | [Impacted Files](https://codecov.io/gh/agrc/masquerade/pull/86?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=agrc) | Coverage Δ | | |---|---|---| | [src/masquerade/providers/open\_sgid.py](https://codecov.io/gh/agrc/masquerade/pull/86/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=agrc#diff-c3JjL21hc3F1ZXJhZGUvcHJvdmlkZXJzL29wZW5fc2dpZC5weQ==) | `95.62% <100.00%> (+1.29%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=agrc). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=agrc)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.