vapor-community / postgresql

Robust PostgreSQL interface for Swift
MIT License
131 stars 33 forks source link

Add connect with params test, simpler connect string creation #32

Closed JuanjoArreola closed 7 years ago

JuanjoArreola commented 7 years ago

simpler connect string creation from params.

codecov-io commented 7 years ago

Codecov Report

Merging #32 into master will increase coverage by 0.4%. The diff coverage is 71.42%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #32     +/-   ##
=========================================
+ Coverage    92.2%   92.61%   +0.4%     
=========================================
  Files          12       13      +1     
  Lines        1810     1815      +5     
=========================================
+ Hits         1669     1681     +12     
+ Misses        141      134      -7
Impacted Files Coverage Δ
Sources/PostgreSQL/Connection.swift 85.26% <50%> (+6.26%) :arrow_up:
Tests/PostgreSQLTests/ConnectionTests.swift 80% <80%> (ø)
Sources/PostgreSQL/ConnectionInfo.swift 66.66% <0%> (+33.33%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update fda088e...8ef2aaa. Read the comment docs.

natebird commented 7 years ago

Thanks for this. It looks good. I'm in the middle of updating the PostgreSQL stack to 2.0 Alpha and this will probably get merged into that.