-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Added unit tests for the create.sh script #6594
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: asim <[email protected]>
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 doesn't look like the test is being run in the CI, I only see compute-tags test being run. https://github.com/jaegertracing/jaeger/actions/runs/12915527527/job/36017583978?pr=6594#step:8:1 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6594 +/- ##
==========================================
+ Coverage 96.21% 96.24% +0.02%
==========================================
Files 375 377 +2
Lines 21397 21421 +24
==========================================
+ Hits 20588 20617 +29
+ Misses 616 612 -4
+ Partials 193 192 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Let's create a single wrapper I prefer not to use auto-discovery (like |
On it ! |
@yurishkuro sir , is there a way to run the ci pipeline (ci-lint-checks.yaml) on my forked version ? |
I don't think you can run the actual workflow, but you can run individual commands from it |
Signed-off-by: asim <[email protected]>
Signed-off-by: asim <[email protected]>
@yurishkuro sir , can you please review the changes and give me feedback. |
@@ -12,175 +12,174 @@ concurrency: | |||
cancel-in-progress: true | |||
|
|||
# See https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions | |||
permissions: # added using https://github.com/step-security/secure-workflows | |||
permissions: # added using https://github.com/step-security/secure-workflows |
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.
if there are changes needed to this file it should be in one line, not across the whole file. Please revert.
Which problem is this PR solving?
Description of the changes
How was this change tested?
Checklist
jaeger
:make lint test
jaeger-ui
:npm run lint
andnpm run test