-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Add usetesting linter and fix lint issues (#6892) #6972
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
Conversation
Signed-off-by: Anurag Singh Rajawat <anuragsinghrajawat22@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6972 +/- ##
==========================================
- Coverage 96.21% 96.18% -0.03%
==========================================
Files 345 345
Lines 20359 20359
==========================================
- Hits 19589 19583 -6
- Misses 581 585 +4
- Partials 189 191 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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 for your contribution!
Hey @mahadzaryab1 Why following checks failed after merging this PR into
Even though they passed in the PR itself. |
…rtracing#6972) ## Which problem is this PR solving? - Resolves jaegertracing#6892 ## Description of the changes - Added `usetesting` linter. - Fixed lint issues. ## How was this change tested? - By running following command from project's root directory: ```shell make ``` ## Checklist - [x] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [x] I have signed all commits - [ ] I have added unit tests for the new functionality - [x] I have run lint and test steps successfully - for `jaeger`: `make lint test` - for `jaeger-ui`: `npm run lint` and `npm run test` Signed-off-by: Anurag Singh Rajawat <anuragsinghrajawat22@gmail.com>
…rtracing#6972) ## Which problem is this PR solving? - Resolves jaegertracing#6892 ## Description of the changes - Added `usetesting` linter. - Fixed lint issues. ## How was this change tested? - By running following command from project's root directory: ```shell make ``` ## Checklist - [x] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [x] I have signed all commits - [ ] I have added unit tests for the new functionality - [x] I have run lint and test steps successfully - for `jaeger`: `make lint test` - for `jaeger-ui`: `npm run lint` and `npm run test` Signed-off-by: Anurag Singh Rajawat <anuragsinghrajawat22@gmail.com> Signed-off-by: amol-verma-allen <amol.verma@allen.in>
Which problem is this PR solving?
Description of the changes
usetesting
linter.How was this change tested?
Checklist
jaeger
:make lint test
jaeger-ui
:npm run lint
andnpm run test