Closed bednar closed 3 years ago
Merging #20 (4ff9379) into master (3f76c9d) will increase coverage by
2.40%
. The diff coverage is90.56%
.
@@ Coverage Diff @@
## master #20 +/- ##
==========================================
+ Coverage 89.77% 92.18% +2.40%
==========================================
Files 8 10 +2
Lines 587 640 +53
==========================================
+ Hits 527 590 +63
+ Misses 60 50 -10
Impacted Files | Coverage Δ | |
---|---|---|
Sources/InfluxDBSwift/DeleteAPI.swift | 89.36% <89.36%> (ø) |
|
...wift/Generated/Models/DeletePredicateRequest.swift | 100.00% <100.00%> (ø) |
|
Sources/InfluxDBSwift/InfluxDBClient.swift | 79.79% <100.00%> (+0.41%) |
:arrow_up: |
Sources/InfluxDBSwift/Point.swift | 95.94% <0.00%> (+10.13%) |
:arrow_up: |
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 3f76c9d...4ff9379. Read the comment docs.
Proposed Changes
Implemented Delete API with examples.
Checklist
swift test
completes successfully