vapor / postgres-nio

🐘 Non-blocking, event-driven Swift client for PostgreSQL.
https://api.vapor.codes/postgresnio/documentation/postgresnio/
MIT License
317 stars 72 forks source link

Make `PostgresDecodingError.init` public #349

Closed fabianfett closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #349 (d071dcf) into main (1516e0c) will not change coverage. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #349 +/- ## ======================================= Coverage 41.20% 41.20% ======================================= Files 117 117 Lines 9657 9657 ======================================= Hits 3979 3979 Misses 5678 5678 ``` | [Impacted Files](https://codecov.io/gh/vapor/postgres-nio/pull/349?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vapor) | Coverage Δ | | |---|---|---| | [Sources/PostgresNIO/New/PSQLError.swift](https://codecov.io/gh/vapor/postgres-nio/pull/349?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vapor#diff-U291cmNlcy9Qb3N0Z3Jlc05JTy9OZXcvUFNRTEVycm9yLnN3aWZ0) | `48.20% <ø> (ø)` | |
fabianfett commented 1 year ago

Not needed in PostgresKit.