-
Notifications
You must be signed in to change notification settings - Fork 92
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
feat: Add Issue Comment Reaction functionality #215
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #215 +/- ##
============================================
+ Coverage 77.24% 77.71% +0.47%
- Complexity 338 349 +11
============================================
Files 47 50 +3
Lines 1116 1149 +33
Branches 44 46 +2
============================================
+ Hits 862 893 +31
- Misses 225 226 +1
- Partials 29 30 +1 ☔ View full report in Codecov by Sentry. |
30abc05
to
377eb0e
Compare
ae912d7
to
7a10ca3
Compare
7a10ca3
to
74eeb70
Compare
@@ -3,7 +3,7 @@ | |||
<modelVersion>4.0.0</modelVersion> | |||
|
|||
<artifactId>github-client</artifactId> | |||
<version>0.4.1-SNAPSHOT</version> | |||
<version>0.3.7-SNAPSHOT</version> |
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.
going backwards?
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.
It was an error so I decided to fix it in this PR too to not publish the wrong version.
Here's more detail about the issue - #214
Adds the functionality to react on issue comments with emojis. This PR also includes listing and deleting those reactions for a particular comment.