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: @Column supports super class inheritance for write measurements #99

Merged
merged 1 commit into from
Apr 2, 2020

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Apr 1, 2020

Closes #98

  • CHANGELOG.md updated
  • Rebased/mergeable
  • Tests pass
  • Sign CLA (if not already signed)

@bednar bednar added this to the 1.7.0 milestone Apr 1, 2020
@bednar bednar requested a review from rhajek April 1, 2020 11:20
@codecov-io
Copy link

Codecov Report

Merging #99 into master will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #99      +/-   ##
============================================
- Coverage     90.00%   89.98%   -0.02%     
  Complexity      429      429              
============================================
  Files           136      136              
  Lines          5380     5383       +3     
  Branches        214      215       +1     
============================================
+ Hits           4842     4844       +2     
  Misses          448      448              
- Partials         90       91       +1     
Impacted Files Coverage Δ Complexity Δ
...om/influxdb/client/internal/MeasurementMapper.java 88.70% <100.00%> (+2.26%) 0.00 <0.00> (ø)
...luxdb/client/kotlin/internal/QueryKotlinApiImpl.kt 74.62% <0.00%> (-2.99%) 0.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 a03cd8d...9a328b4. Read the comment docs.

@bednar bednar merged commit 826bb6c into master Apr 2, 2020
@bednar bednar deleted the fix/write-inheritence branch April 2, 2020 06:04
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.

@Column inheritance
2 participants