-
Notifications
You must be signed in to change notification settings - Fork 310
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
[CI] Add clang job, setup concurrency, use rt_tools humble branch (backport #1910) #1924
Conversation
Cherry-pick of 6e896bf has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
ac022cd
to
f538106
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## humble #1924 +/- ##
==========================================
+ Coverage 62.98% 63.01% +0.02%
==========================================
Files 109 109
Lines 12449 12450 +1
Branches 8445 8445
==========================================
+ Hits 7841 7845 +4
+ Misses 844 842 -2
+ Partials 3764 3763 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Closes #611
Additionally, I added the concurrency settings which now automatically cancel running workflows if anything is pushed to PRs.
https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/control-the-concurrency-of-workflows-and-jobs
This is an automatic backport of pull request #1910 done by Mergify.