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: writes uses precision from Point instead a default precision #108

Merged
merged 3 commits into from
Jun 12, 2020

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Jun 11, 2020

Closes #100

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

@bednar bednar changed the title fix: writes uses precision from Point instead a default value fix: writes uses precision from Point instead a default precision Jun 11, 2020
@codecov-commenter
Copy link

codecov-commenter commented Jun 11, 2020

Codecov Report

Merging #108 into master will increase coverage by 0.05%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #108      +/-   ##
==========================================
+ Coverage   88.65%   88.71%   +0.05%     
==========================================
  Files          22       22              
  Lines        1798     1807       +9     
==========================================
+ Hits         1594     1603       +9     
  Misses        204      204              
Impacted Files Coverage Δ
influxdb_client/client/write/point.py 98.27% <100.00%> (+0.04%) ⬆️
influxdb_client/client/write_api.py 96.61% <100.00%> (+0.08%) ⬆️

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 1bdf569...39af3e0. Read the comment docs.

@bednar bednar requested a review from rhajek June 11, 2020 10:32
@bednar bednar force-pushed the fix/point-precision branch from bfe5ef4 to 39af3e0 Compare June 11, 2020 10:35
@bednar bednar added the bug Something isn't working label Jun 12, 2020
@bednar bednar added this to the 1.8.0 milestone Jun 12, 2020
@bednar bednar merged commit 33d98b7 into master Jun 12, 2020
@bednar bednar deleted the fix/point-precision branch June 12, 2020 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

InfluxDB silently ignores data points written to it using influxdb-client-python
3 participants