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

Merged
merged 2 commits into from
Feb 27, 2020
Merged

feat: add User-Agent request header #60

merged 2 commits into from
Feb 27, 2020

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Feb 27, 2020

Closes #59

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

@bednar bednar added the enhancement New feature or request label Feb 27, 2020
@bednar bednar added this to the 1.5.0 milestone Feb 27, 2020
@bednar bednar self-assigned this Feb 27, 2020
@codecov-io
Copy link

Codecov Report

Merging #60 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #60   +/-   ##
=======================================
  Coverage   87.88%   87.88%           
=======================================
  Files          22       22           
  Lines        1709     1709           
=======================================
  Hits         1502     1502           
  Misses        207      207
Impacted Files Coverage Δ
influxdb_client/api_client.py 67.3% <100%> (ø) ⬆️

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 716b6b3...6ac9731. Read the comment docs.

@bednar bednar merged commit b0cb4ab into master Feb 27, 2020
@bednar bednar deleted the feature/user-agent branch February 27, 2020 16:29
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.88%. Comparing base (716b6b3) to head (6ac9731).
Report is 351 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #60   +/-   ##
=======================================
  Coverage   87.88%   87.88%           
=======================================
  Files          22       22           
  Lines        1709     1709           
=======================================
  Hits         1502     1502           
  Misses        207      207           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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
3 participants