Skip to content
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

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

Pil0tXia
Copy link
Member

@Pil0tXia Pil0tXia commented Jan 12, 2024

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 in jobs.build.strategy.matrix.language array of ci.yml.

Updated a renamed label in stale workflow.

Documentation

  • Does this pull request introduce a new feature? (no)

Copy link

codecov bot commented Jan 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e837f34) 17.59% compared to head (11d1546) 17.60%.
Report is 11 commits behind head on master.

❗ Current head 11d1546 differs from pull request most recent head 9043073. Consider uploading reports for the commit 9043073 to get more accurate results

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.
📢 Have feedback on the report? Share it here.

@github-actions github-actions bot added the Stale label Apr 5, 2024
@Pil0tXia Pil0tXia added help wanted Extra attention is needed and removed Stale labels Apr 5, 2024
@Pil0tXia Pil0tXia changed the title [ISSUE #4742] (Help Wanted) Enable CI Build C task [ISSUE #4836] Checkout Git submodules in CI Build C task Apr 14, 2024
@Pil0tXia Pil0tXia changed the title [ISSUE #4836] Checkout Git submodules in CI Build C task [ISSUE #4836] Fix Git submodules checkout failure in CI Build C task Apr 14, 2024
@Pil0tXia Pil0tXia removed the help wanted Extra attention is needed label Apr 14, 2024
@apache apache deleted a comment from github-actions bot Apr 14, 2024
@Pil0tXia Pil0tXia marked this pull request as ready for review April 14, 2024 10:15
@codecov-commenter
Copy link

codecov-commenter commented Apr 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 16.47%. Comparing base (8bf44d8) to head (a40de33).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #4743   +/-   ##
=========================================
  Coverage     16.46%   16.47%           
- Complexity     1818     1819    +1     
=========================================
  Files           910      910           
  Lines         32363    32363           
  Branches       2786     2786           
=========================================
+ Hits           5329     5331    +2     
+ Misses        26521    26520    -1     
+ Partials        513      512    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Pil0tXia Pil0tXia closed this Apr 14, 2024
@Pil0tXia Pil0tXia reopened this Apr 14, 2024
@Pil0tXia Pil0tXia added the ready for review PR is waiting for reviewer's approval or opinion (used as a strong reminder) label Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready for review PR is waiting for reviewer's approval or opinion (used as a strong reminder)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Failed to checkout Git submodules in CI Build C task
2 participants