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

RF: Custom endpoints #39

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

RF: Custom endpoints #39

wants to merge 3 commits into from

Conversation

mgxd
Copy link
Collaborator

@mgxd mgxd commented Feb 5, 2022

Closes #3

This PR refactors how etelemetry handles its endpoints, and adds support for custom endpoints.

@codecov
Copy link

codecov bot commented Feb 5, 2022

Codecov Report

Merging #39 (e716a1d) into master (3f56ec6) will increase coverage by 3.86%.
The diff coverage is 96.55%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
+ Coverage   81.69%   85.55%   +3.86%     
==========================================
  Files           3        3              
  Lines          71       90      +19     
==========================================
+ Hits           58       77      +19     
  Misses         13       13              
Flag Coverage Δ
unittests 85.55% <96.55%> (+3.86%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
etelemetry/config/__init__.py 95.83% <95.83%> (+10.11%) ⬆️
etelemetry/__init__.py 100.00% <100.00%> (ø)
etelemetry/client.py 80.95% <100.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 546f6ad...e716a1d. Read the comment docs.

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.

add ability to switch endpoint
1 participant