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

feat: CSV parser is able to parse export from UI #171

Merged
merged 2 commits into from
Nov 27, 2020

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Nov 26, 2020

Proposed Changes

CSV parser is able to parse export from UI

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • pytest tests completes successfully
  • Commit messages are in semantic format
  • Sign CLA (if not already signed)

@codecov
Copy link

codecov bot commented Nov 26, 2020

Codecov Report

Merging #171 (b4d9af7) into master (ffae906) will increase coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #171      +/-   ##
==========================================
+ Coverage   89.47%   89.50%   +0.03%     
==========================================
  Files          26       26              
  Lines        1948     1954       +6     
==========================================
+ Hits         1743     1749       +6     
  Misses        205      205              
Impacted Files Coverage Δ
influxdb_client/client/flux_csv_parser.py 96.31% <100.00%> (+0.14%) ⬆️

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 ffae906...b4d9af7. Read the comment docs.

@bednar bednar marked this pull request as ready for review November 26, 2020 11:09
@bednar bednar requested a review from rhajek November 26, 2020 11:09
@bednar bednar force-pushed the feat/csv-parser-export-ui branch from 9d54c52 to b4d9af7 Compare November 27, 2020 12:50
@bednar bednar merged commit 25626c7 into master Nov 27, 2020
@bednar bednar deleted the feat/csv-parser-export-ui branch November 27, 2020 12:55
@bednar bednar added this to the 1.13.0 milestone Nov 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.

2 participants