tonystone / geofeatures2

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

Increasing test coverage on Collection types. #115

Closed tonystone closed 7 years ago

tonystone commented 7 years ago
tonystone commented 7 years ago

Current coverage is 92.53% (diff: 96.84%)

Merging #115 into master will increase coverage by 15.84%

@@             master       #115   diff @@
==========================================
  Files            39         39          
  Lines          2226       2249    +23   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           1707       2081   +374   
+ Misses          519        168   -351   
  Partials          0          0          
Diff Coverage File Path
0% Sources/GeoFeatures/LinearRing+Geometry.swift
0% Sources/GeoFeatures/MultiPolygon+Geometry.swift
••• 33% Sources/GeoFeatures/MultiPolygon+Surface.swift
••••• 50% Sources/GeoFeatures/MultiLineString+Curve.swift
•••••••••• 100% Sources/GeoFeatures/LineString+Geometry.swift
•••••••••• 100% Sources/GeoFeatures/MultiPoint.swift
•••••••••• 100% Sources/GeoFeatures/LineString.swift
•••••••••• 100% Sources/GeoFeatures/MultiPolygon.swift
•••••••••• 100% Sources/GeoFeatures/MultiLineString+Geometry.swift
•••••••••• 100% Sources/GeoFeatures/MultiLineString.swift

Review all 17 files changed

Powered by Codecov. Last update 1b9794d...938ab42