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

Issues/94 - the interfaces should be abc.ABC #95

Merged
merged 66 commits into from
Feb 2, 2019
Merged

Issues/94 - the interfaces should be abc.ABC #95

merged 66 commits into from
Feb 2, 2019

Conversation

komuw
Copy link
Owner

@komuw komuw commented Feb 2, 2019

Thank you for contributing to naz.
Every contribution to naz is important.

Contributor offers to license certain software (a “Contribution” or multiple
“Contributions”) to naz, and naz agrees to accept said Contributions,
under the terms of the MIT License.
Contributor understands and agrees that naz shall have the irrevocable and perpetual right to make
and distribute copies of any Contribution, as well as to create and distribute collective works and
derivative works of any Contribution, under the MIT License.

Now,

What(What have you changed?)

  • change all interfaces to use abc.ABC

Why(Why did you change it?)

References:

@codecov-io
Copy link

codecov-io commented Feb 2, 2019

Codecov Report

Merging #95 into master will increase coverage by 0.38%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #95      +/-   ##
==========================================
+ Coverage   84.95%   85.33%   +0.38%     
==========================================
  Files          12       12              
  Lines         924      948      +24     
==========================================
+ Hits          785      809      +24     
  Misses        139      139
Impacted Files Coverage Δ
naz/throttle.py 92.59% <100%> (+0.75%) ⬆️
naz/correlater.py 93.75% <100%> (+0.64%) ⬆️
naz/q.py 82.35% <100%> (+3.78%) ⬆️
naz/logger.py 94.44% <100%> (+0.5%) ⬆️
naz/ratelimiter.py 97.14% <100%> (+0.17%) ⬆️
naz/nazcodec.py 95.6% <100%> (+0.14%) ⬆️
naz/sequence.py 86.66% <100%> (+2.05%) ⬆️
naz/hooks.py 84.21% <100%> (+2.96%) ⬆️

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 dbc7d0f...22911f3. Read the comment docs.

@komuw komuw changed the title Issues/94 Issues/94 - the interfaces should be abc.ABC Feb 2, 2019
@komuw komuw merged commit ecb6527 into master Feb 2, 2019
@komuw komuw deleted the issues/94 branch February 2, 2019 08:46
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.

the interfaces should be abc.ABC
2 participants