-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Adds attributes to the repository object #4
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some minor name changes.
It also needs 100% coverage
Codecov Report
@@ Coverage Diff @@
## master #4 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 25 25
Lines 2805 2824 +19
=========================================
+ Hits 2805 2824 +19
Continue to review full report at Codecov.
|
Think I broke codecov 😄 |
Adds a few extra properties to
AIOGitHubAPIRepository
and adds two new classes,AIOGitHubAPIRepositoryClones
andAIOGitHubAPIRepositoryViews
Relates to home-assistant/core#38458