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: add User-Agent request header, use Makefile Targets as a base for commands #9

Merged
merged 5 commits into from
Mar 3, 2020

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Mar 3, 2020

Closes #7
Closes #4

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

@bednar bednar added the enhancement New feature or request label Mar 3, 2020
@bednar bednar added this to the 1.0.0.beta milestone Mar 3, 2020
@bednar bednar changed the title Feature/useragent feat: add User-Agent request header, use Makefile Targets as a base for commands Mar 3, 2020
@codecov-io
Copy link

codecov-io commented Mar 3, 2020

Codecov Report

Merging #9 into master will increase coverage by 13.86%.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##             master       #9       +/-   ##
=============================================
+ Coverage     58.01%   71.88%   +13.86%     
+ Complexity      283      184       -99     
=============================================
  Files            11        8        -3     
  Lines           605      409      -196     
=============================================
- Hits            351      294       -57     
+ Misses          254      115      -139
Impacted Files Coverage Δ Complexity Δ
src/InfluxDB2/Client.php 100% <ø> (ø) 5 <0> (ø) ⬇️
src/InfluxDB2/DefaultApi.php 81.81% <ø> (+0.56%) 10 <0> (ø) ⬇️
src/InfluxDB2/Model/Query.php
src/InfluxDB2/Model/WritePrecision.php
src/InfluxDB2/Model/Dialect.php

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 bf9592b...322963f. Read the comment docs.

@bednar bednar merged commit bca2f1e into master Mar 3, 2020
@bednar bednar deleted the feature/useragent branch March 3, 2020 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Set useragent with version Use Makefile Targets Instead of scripts dir
2 participants