tonystone / geofeatures2

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

Misc build system changes. #191

Closed tonystone closed 6 years ago

tonystone commented 6 years ago
codecov-io commented 6 years ago

Codecov Report

Merging #191 into master will increase coverage by 0.13%. The diff coverage is 92.85%.

@@            Coverage Diff             @@
##           master     #191      +/-   ##
==========================================
+ Coverage   99.37%   99.51%   +0.13%     
==========================================
  Files          40       40              
  Lines        2096     1634     -462     
  Branches      137        0     -137     
==========================================
- Hits         2083     1626     -457     
+ Misses         13        8       -5
Impacted Files Coverage Δ
Sources/GeoFeatures/GeometryCollection.swift 100% <ø> (ø) :arrow_up:
Sources/GeoFeatures/MultiLineString+Geometry.swift 100% <ø> (ø) :arrow_up:
Sources/GeoFeatures/Geometry.swift 100% <ø> (ø) :arrow_up:
Sources/GeoFeatures/MultiPolygon.swift 100% <ø> (ø) :arrow_up:
Sources/GeoFeatures/Coordinate.swift 100% <ø> (ø) :arrow_up:
Sources/GeoFeatures/Polygon.swift 100% <ø> (ø) :arrow_up:
Sources/GeoFeatures/MultiLineString+Curve.swift 100% <ø> (ø) :arrow_up:
Sources/GeoFeatures/Polygon+Surface.swift 100% <ø> (ø) :arrow_up:
Sources/GeoFeatures/LinearRing+Curve.swift 100% <ø> (ø) :arrow_up:
Sources/GeoFeatures/LineString+Curve.swift 100% <ø> (ø) :arrow_up:
... and 65 more