-
Notifications
You must be signed in to change notification settings - Fork 37
Fix C++ sonar analysis #1212
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
Fix C++ sonar analysis #1212
Changes from all commits
c2e97da
c1c0565
34a0ff8
d4d6bb5
64ae6ef
660f10f
4f7b9eb
425eccb
799f0e6
9b621f9
19a32de
14374f8
2de9187
9705841
759c134
e5da532
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| name: Publish | ||
| name: Core publish | ||
|
|
||
| on: | ||
| workflow_dispatch: | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,3 @@ | ||
| sonar.projectKey=internxt_node-win | ||
| sonar.organization=internxt | ||
| sonar.cfamily.compile-commands=build_wrapper_output_directory/compile_commands.json |
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.
This is just because a sonar error, since
progressCalbackaccepts a sync function and we were sending an async function.