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 #51

Merged
merged 3 commits into from
Nov 28, 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
  • make test completes successfully
  • Commit messages are in semantic format
  • Sign CLA (if not already signed)

@codecov-io
Copy link

codecov-io commented Nov 26, 2020

Codecov Report

Merging #51 (23d3846) into master (ec523b3) will increase coverage by 0.34%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #51      +/-   ##
============================================
+ Coverage     82.73%   83.08%   +0.34%     
- Complexity      350      351       +1     
============================================
  Files            18       18              
  Lines           805      798       -7     
============================================
- Hits            666      663       -3     
+ Misses          139      135       -4     
Impacted Files Coverage Δ Complexity Δ
src/InfluxDB2/FluxCsvParser.php 100.00% <100.00%> (ø) 58.00 <0.00> (+1.00)
src/InfluxDB2/Point.php 100.00% <0.00%> (ø) 45.00% <0.00%> (ø%)
src/InfluxDB2/DefaultApi.php 88.88% <0.00%> (+5.55%) 17.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 ec523b3...23d3846. Read the comment docs.

@bednar bednar marked this pull request as ready for review November 26, 2020 11:08
@bednar bednar requested a review from rhajek November 26, 2020 11:08
@bednar bednar merged commit 6e362e7 into master Nov 28, 2020
@bednar bednar deleted the feat/csv-parser-export-ui branch November 28, 2020 06:15
@bednar bednar added this to the 1.9.0 milestone Nov 28, 2020
peynman pushed a commit to peynman/influxdb-client-php that referenced this pull request Mar 7, 2023
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