vapor-community / postgresql

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

Added all unit tests to LinuxMain #22

Closed sroebert closed 8 years ago

sroebert commented 8 years ago

Forgot to add the new unit test files to LinuxMain.swift

codecov-io commented 8 years ago

Current coverage is 93.36% (diff: 100%)

Merging #22 into master will decrease coverage by 0.01%

@@             master        #22   diff @@
==========================================
  Files            11         11          
  Lines          1752       1748     -4   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits           1636       1632     -4   
  Misses          116        116          
  Partials          0          0          

Powered by Codecov. Last update 5d39609...c1b52a7

sroebert commented 8 years ago

Ok, this seems to be the same issue as in vapor/vapor#615. Not really sure what to do with it for now.