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

feat: default tags #19

Closed bednar closed 3 years ago

bednar commented 3 years ago

Proposed Changes

Checklist

codecov[bot] commented 3 years ago

Codecov Report

Merging #19 (b5ba0b7) into master (8225060) will decrease coverage by 2.51%. The diff coverage is 83.84%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
- Coverage   92.29%   89.77%   -2.52%     
==========================================
  Files           8        8              
  Lines         558      587      +29     
==========================================
+ Hits          515      527      +12     
- Misses         43       60      +17     
Impacted Files Coverage Δ
Sources/InfluxDBSwift/Point.swift 85.81% <81.41%> (-11.09%) :arrow_down:
Sources/InfluxDBSwift/InfluxDBClient.swift 79.38% <100.00%> (ø)
Sources/InfluxDBSwift/WriteAPI.swift 97.65% <100.00%> (+0.19%) :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 8225060...b5ba0b7. Read the comment docs.