Closed bednar closed 2 years ago
Merging #49 (345995e) into master (da50d69) will increase coverage by
29.48%
. The diff coverage is0.00%
.
@@ Coverage Diff @@
## master #49 +/- ##
===========================================
+ Coverage 51.05% 80.54% +29.48%
===========================================
Files 137 10 -127
Lines 8528 1033 -7495
===========================================
- Hits 4354 832 -3522
+ Misses 4174 201 -3973
Impacted Files | Coverage Δ | |
---|---|---|
Sources/InfluxDBSwift/DeleteAPI.swift | 79.45% <0.00%> (-15.63%) |
:arrow_down: |
Sources/InfluxDBSwift/InfluxDBClient.swift | 83.94% <ø> (ø) |
|
Sources/InfluxDBSwift/QueryAPI.swift | 70.40% <0.00%> (-16.73%) |
:arrow_down: |
Sources/InfluxDBSwift/WriteAPI.swift | 60.94% <0.00%> (-17.09%) |
:arrow_down: |
...DBSwiftApis/Generated/APIs/AuthorizationsAPI.swift | ||
.../InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift | ||
...es/InfluxDBSwiftApis/Generated/APIs/DBRPsAPI.swift | ||
...s/InfluxDBSwiftApis/Generated/APIs/HealthAPI.swift | ||
...s/InfluxDBSwiftApis/Generated/APIs/LabelsAPI.swift | ||
...xDBSwiftApis/Generated/APIs/OrganizationsAPI.swift | ||
... and 121 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update da50d69...345995e. Read the comment docs.
Proposed Changes
QueryAPI
,WriteAPI
,DeleteAPI
supports async/awaitasync/await
with the InfluxDB client.InfluxDB 2.0
toInfluxDB 2.x
Checklist
swift test
completes successfully