influxdata / influxdb-client-swift

InfluxDB (v2+) Client Library for Swift
https://influxdata.github.io/influxdb-client-swift/
MIT License
26 stars 8 forks source link

fix: freeze Cursor implementation #53

Closed bednar closed 2 years ago

bednar commented 2 years ago

Proposed Changes

This PR freeze Cursor and fixed CI bug:

image

https://app.circleci.com/pipelines/github/influxdata/influxdb-client-swift?branch=master

Checklist

codecov-commenter commented 2 years ago

Codecov Report

Merging #53 (5881473) into master (d61204c) will decrease coverage by 22.87%. The diff coverage is n/a.

@@             Coverage Diff             @@
##           master      #53       +/-   ##
===========================================
- Coverage   65.25%   42.37%   -22.88%     
===========================================
  Files          17      145      +128     
  Lines        1321    10442     +9121     
===========================================
+ Hits          862     4425     +3563     
- Misses        459     6017     +5558     
Impacted Files Coverage Δ
...rces/InfluxDBSwiftApis/Generated/Models/User.swift 100.00% <0.00%> (ø)
...InfluxDBSwiftApisTests/OrganizationsAPITests.swift 88.00% <0.00%> (ø)
...xDBSwiftApis/Generated/APIs/OrganizationsAPI.swift 13.08% <0.00%> (ø)
Tests/InfluxDBSwiftTests/MockHTTP.swift 53.12% <0.00%> (ø)
...InfluxDBSwiftApis/Generated/Models/TaskLinks.swift 0.00% <0.00%> (ø)
...SwiftApis/Generated/Models/UserResponseLinks.swift 0.00% <0.00%> (ø)
Tests/InfluxDBSwiftApisTests/UsersAPITests.swift 88.46% <0.00%> (ø)
.../InfluxDBSwiftApis/Generated/Models/RunLinks.swift 0.00% <0.00%> (ø)
.../InfluxDBSwiftApis/Generated/Models/Variable.swift 100.00% <0.00%> (ø)
...nfluxDBSwiftApisTests/ScraperTargetsAPITests.swift 77.77% <0.00%> (ø)
... and 118 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.