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

fix binary compatibility with old version #692

Merged
merged 1 commit into from
Oct 27, 2020
Merged

Conversation

J0s3f
Copy link
Contributor

@J0s3f J0s3f commented Aug 4, 2020

should fix #677

@codecov-commenter
Copy link

codecov-commenter commented Aug 4, 2020

Codecov Report

Merging #692 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #692   +/-   ##
=========================================
  Coverage     88.26%   88.26%           
  Complexity      730      730           
=========================================
  Files            69       69           
  Lines          2540     2540           
  Branches        268      268           
=========================================
  Hits           2242     2242           
  Misses          210      210           
  Partials         88       88           
Impacted Files Coverage Δ Complexity Δ
src/main/java/org/influxdb/dto/Point.java 93.36% <ø> (ø) 53.00 <0.00> (ø)

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 125a9ca...9bb5509. Read the comment docs.

@codecov-io
Copy link

codecov-io commented Oct 26, 2020

Codecov Report

Merging #692 into master will decrease coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #692      +/-   ##
============================================
- Coverage     59.09%   59.07%   -0.03%     
  Complexity      413      413              
============================================
  Files            69       69              
  Lines          2540     2541       +1     
  Branches        268      268              
============================================
  Hits           1501     1501              
- Misses          972      973       +1     
  Partials         67       67              
Impacted Files Coverage Δ Complexity Δ
src/main/java/org/influxdb/dto/Point.java 92.14% <100.00%> (-0.39%) 52.00 <0.00> (ø)

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 6107962...4753fdc. Read the comment docs.

@majst01 majst01 merged commit 3cc8f15 into influxdata:master Oct 27, 2020
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.

Fix for #267 breaks binary compatibility
4 participants