vapor-community / postgresql

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

Cleanup #27

Closed treaves closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #27 into master will decrease coverage by -0.73%. The diff coverage is 83.96%.

@@            Coverage Diff             @@
##           master      #27      +/-   ##
==========================================
- Coverage   93.36%   92.63%   -0.73%     
==========================================
  Files          11       12       +1     
  Lines        1748     1807      +59     
==========================================
+ Hits         1632     1674      +42     
- Misses        116      133      +17
Impacted Files Coverage Δ
Sources/PostgreSQL/Node+Binding.swift 83.15% <ø> (ø) :white_check_mark:
Sources/PostgreSQL/Node+Oid.swift 98.2% <100%> (ø) :white_check_mark:
Sources/PostgreSQL/Database.swift 81.81% <100%> (-8.81%) :x:
Sources/PostgreSQL/Result.swift 100% <100%> (ø) :white_check_mark:
Tests/PostgreSQLTests/Utilities.swift 64.28% <100%> (ø) :white_check_mark:
Tests/PostgreSQLTests/PostgreSQLTests.swift 95.5% <100%> (ø) :white_check_mark:
Sources/PostgreSQL/Status.swift 25% <100%> (ø) :white_check_mark:
Sources/PostgreSQL/ConnectionInfo.swift 33.33% <33.33%> (ø)
Sources/PostgreSQL/Connection.swift 79% <78.2%> (-4.34%) :x:

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 c9c0c3a...cd6b142. Read the comment docs.