-
Notifications
You must be signed in to change notification settings - Fork 3
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
WIP: feat: add new inputs to clean-up previously added stale comments #912
base: develop
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #912 +/- ##
===========================================
- Coverage 99.26% 99.14% -0.12%
===========================================
Files 131 135 +4
Lines 3259 3291 +32
Branches 344 345 +1
===========================================
+ Hits 3235 3263 +28
- Misses 22 26 +4
Partials 2 2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
They will be used for future features that need to identify the comments that were sent by the action and also which kind of comment they are.
3f1370d
to
437f7cc
Compare
Code Climate has analyzed commit af52994 and detected 4 issues on this pull request. Here's the issue category breakdown:
The test coverage on the diff in this pull request is 100.0% (90% is the threshold). This pull request will bring the total coverage in the repository to 99.7%. View more on Code Climate. |
PR Checklist
Please check if your PR fulfils the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behaviour?
What is the new behaviour?
Does this PR introduce a breaking change?
Other information
Closes #175
Closes #174