-
Notifications
You must be signed in to change notification settings - Fork 640
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
[ISSUE #4836] Fix Git submodules checkout failure in CI Build C
task
#4743
[ISSUE #4836] Fix Git submodules checkout failure in CI Build C
task
#4743
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4743 +/- ##
=========================================
Coverage 17.59% 17.60%
- Complexity 1774 1775 +1
=========================================
Files 797 797
Lines 29786 29786
Branches 2573 2574 +1
=========================================
+ Hits 5242 5243 +1
Misses 24063 24063
+ Partials 481 480 -1 ☔ View full report in Codecov by Sentry. |
# Conflicts: # .github/workflows/ci.yml
Build C
taskBuild C
task
Build C
taskBuild C
task
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4743 +/- ##
============================================
+ Coverage 15.91% 16.47% +0.56%
- Complexity 1734 1819 +85
============================================
Files 897 910 +13
Lines 31982 32363 +381
Branches 2737 2786 +49
============================================
+ Hits 5089 5331 +242
- Misses 26413 26520 +107
- Partials 480 512 +32 ☔ View full report in Codecov by Sentry. |
# Conflicts: # .github/workflows/ci.yml
It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request, and please feel free to get in touch with the reviewers at any time. They are available to assist you in advancing the progress of your pull request and offering the latest feedback. If you encounter any challenges during development, seeking support within the community is encouraged. We sincerely appreciate your contributions to Apache EventMesh. |
It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request, and please feel free to get in touch with the reviewers at any time. They are available to assist you in advancing the progress of your pull request and offering the latest feedback. If you encounter any challenges during development, seeking support within the community is encouraged. We sincerely appreciate your contributions to Apache EventMesh. |
Fixes #4836.
Motivation
Please read #4742 for bug information. This PR is just providing a code snippet for now.This PR can be merged now.Please read #4836.
Modifications
Considering compile error and CI workflow file design oversight are two seperate subject, the original compile error issue #4742 will be remained to track compile error, and this PR corresponds to #4836 to address CI workflow file misconfiguration.
This PR won't cause CI failure. After #4742 is fixed,
cpp
option should be added injobs.build.strategy.matrix.language
array ofci.yml
.Updated a renamed label in stale workflow.
Documentation