-
Notifications
You must be signed in to change notification settings - Fork 735
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
Adding Star/Unstar Methods #1372
Conversation
Codecov ReportBase: 79.50% // Head: 79.53% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1372 +/- ##
============================================
+ Coverage 79.50% 79.53% +0.02%
- Complexity 2154 2157 +3
============================================
Files 206 206
Lines 6601 6605 +4
Branches 364 364
============================================
+ Hits 5248 5253 +5
+ Misses 1141 1140 -1
Partials 212 212
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
Good start. Just need tests.
@antrix190 |
@bitwiseman can you trigger build for this PR. |
@bitwiseman Can you have a look at the PR, have addressed all the open comments |
Description
This PR adds star/unstar a repository for an authenticated user.
Fixes : #1354
Before submitting a PR:
mvn -D enable-ci clean install site
locally. If this command doesn't succeed, your change will not pass CI.main
. You will create your PR from that branch.When creating a PR: