tonystone / geofeatures2

A lightweight, high performance geometry library in Swift.
Apache License 2.0
19 stars 4 forks source link

Wktreader test coverage #103

Closed tonystone closed 7 years ago

tonystone commented 7 years ago
tonystone commented 7 years ago

Current coverage is 65.31% (diff: 96.26%)

Merging #103 into master will increase coverage by 5.21%

@@             master       #103   diff @@
==========================================
  Files            40         40          
  Lines          2316       2350    +34   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           1392       1535   +143   
+ Misses          924        815   -109   
  Partials          0          0          
Diff Coverage File Path
••• 33% Sources/GeoFeatures/Polygon.swift
•••••••••• 100% Sources/GeoFeatures/Coordinate2D.swift
•••••••••• 100% Sources/GeoFeatures/Coordinate2DM.swift
•••••••••• 100% Sources/GeoFeatures/Coordinate3DM.swift
•••••••••• 100% Sources/GeoFeatures/Coordinate3D.swift
•••••••••• 100% Sources/GeoFeatures/WKTReader.swift

Powered by Codecov. Last update 7844683...b493a41