-
Notifications
You must be signed in to change notification settings - Fork 31
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 clang-format workflow #251
Fix clang-format workflow #251
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #251 +/- ##
=======================================
Coverage 80.72% 80.72%
=======================================
Files 19 19
Lines 970 970
Branches 93 93
=======================================
Hits 783 783
Misses 187 187
|
clang-tidy review says "All clean, LGTM! 👍" |
Looks okay to me but we know the CI would wail for the emscripten build. I'll look into that first and then we can move this in ! |
@@ -5,7 +5,6 @@ | |||
* * | |||
* The full license is in the file LICENSE, distributed with this software. * | |||
****************************************************************************/ | |||
|
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.
Not sure why this line was removed.
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.
Looks Okay to me but I've not dealt with clang format work on xeus-cpp in the past so I'll just wait for Vassil or someone else to merge.
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.
Lgtm.
Description
Please include a summary of changes, motivation and context for this PR.
The clang format workflow is broken because it tries to get a git-clang-format by wgetting it. Git-clang-format is not used as far as I can tell from the workflow, so should be safe to just remove the 'Download git-clang-format' section of the workflow.
Fixes # (issue)
Type of change
Please tick all options which are relevant.