Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BatchOptions to have .precision() #572

Merged
merged 3 commits into from
Feb 3, 2019
Merged

BatchOptions to have .precision() #572

merged 3 commits into from
Feb 3, 2019

Conversation

asashour
Copy link
Contributor

@asashour asashour commented Feb 1, 2019

Fixes #532

@codecov-io
Copy link

codecov-io commented Feb 1, 2019

Codecov Report

Merging #572 into master will increase coverage by 1.34%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #572      +/-   ##
============================================
+ Coverage     88.16%   89.51%   +1.34%     
- Complexity      703      710       +7     
============================================
  Files            68       68              
  Lines          2392     2404      +12     
  Branches        247      247              
============================================
+ Hits           2109     2152      +43     
+ Misses          198      166      -32     
- Partials         85       86       +1
Impacted Files Coverage Δ Complexity Δ
...rc/main/java/org/influxdb/impl/BatchProcessor.java 98.52% <100%> (+0.05%) 19 <1> (+1) ⬆️
src/main/java/org/influxdb/BatchOptions.java 95.83% <100%> (+2.97%) 20 <3> (+3) ⬆️
src/main/java/org/influxdb/impl/InfluxDBImpl.java 90.97% <100%> (+0.51%) 88 <0> (+1) ⬆️
src/main/java/org/influxdb/dto/Point.java 92.5% <0%> (+8.12%) 36% <0%> (+1%) ⬆️
src/main/java/org/influxdb/dto/BatchPoints.java 88.54% <0%> (+15.62%) 24% <0%> (+1%) ⬆️

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 dffbea9...5c60de0. Read the comment docs.

@majst01 majst01 merged commit 90395a8 into influxdata:master Feb 3, 2019
@asashour asashour deleted the precision branch February 3, 2019 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants