-
Notifications
You must be signed in to change notification settings - Fork 30
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
Dev #54
Dev #54
Conversation
…he original repository
Updated module name, might be reverted for a future pull-request to the original repository
Updated go.mod
merge new endpoints
Changed repository name to the original
This reverts commit 69197ed.
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.
Thanks a lot for the contribution. Please have a look at my comments.
I have updated it according to your review. But I couldn't figure out why the pipeline is lingering. |
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.
Please also check linter issues raised.
# Conflicts: # riot/lol/constants.go
Codecov Report
@@ Coverage Diff @@
## master #54 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 21 27 +6
Lines 817 955 +138
==========================================
+ Hits 817 955 +138
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
…ting-fixes # Conflicts: # README.md # riot/client.go
Linting fixes
Update README.md
Not all linting problems were showing at once, therefore I have run CI in my forked branch and merged changes to my dev branch which was the merging branch for this PR. I guess this time it should pass all controls in the pipeline |
} | ||
|
||
// NewClient returns a new instance of a League of Legends client. | ||
func NewClient(base *internal.Client) *Client { |
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.
this constructor is not covered by the test suite. add a test for this constructor.
Thanks a ton @yigithanbalci for your work. 🙏 |
fix for issues: