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

[refactor] Add module-level __protobuf__ value. #14

Merged
merged 1 commit into from
Jan 2, 2019

Conversation

lukesneeringer
Copy link
Contributor

This replaces the magic behavior attached to __all__, and the individual Meta inner classes.

Note: This is a breaking change.

This replaces the magic behavior attached to `__all__`, and the
individual `Meta` inner classes.

Note: This is a breaking change.
@codecov-io
Copy link

codecov-io commented Jan 2, 2019

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #14   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          14     15    +1     
  Lines         624    637   +13     
  Branches      114    116    +2     
=====================================
+ Hits          624    637   +13
Impacted Files Coverage Δ
proto/modules.py 100% <100%> (ø)
proto/__init__.py 100% <100%> (ø) ⬆️
proto/message.py 100% <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 4be0ef2...e4cd647. Read the comment docs.

@lukesneeringer lukesneeringer merged commit e47885c into master Jan 2, 2019
@lukesneeringer lukesneeringer deleted the refactor-meta branch January 2, 2019 02:50
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.

2 participants