(WIP) chore(ci): Add test jobs and Codecov integration in GitHub Actions#18225
Draft
yihua wants to merge 3 commits intoapache:masterfrom
Draft
(WIP) chore(ci): Add test jobs and Codecov integration in GitHub Actions#18225yihua wants to merge 3 commits intoapache:masterfrom
yihua wants to merge 3 commits intoapache:masterfrom
Conversation
b47e09e to
6276f23
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #18225 +/- ##
=============================================
+ Coverage 57.28% 69.23% +11.94%
- Complexity 18532 26832 +8300
=============================================
Files 1944 2369 +425
Lines 106126 127787 +21661
Branches 13118 15135 +2017
=============================================
+ Hits 60793 88471 +27678
+ Misses 39610 32569 -7041
- Partials 5723 6747 +1024
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe the issue this Pull Request addresses
GitHub Actions (bot.yml) skips several test suites for Spark 3.5 + Scala 2.12, deferring them to Azure CI. Three Azure jobs have no GitHub Actions equivalent:
This PR aims to ensure GitHub Actions has full test coverage so we can migrate away from Azure CI.
Summary and Changelog
Add 3 missing test jobs to GitHub Actions and integrate Codecov for code coverage reporting.
test-spark-client-and-hadoop-commonjob (Azure UT_FT_1): hudi-hadoop-common UT, hudi-spark-client UT & FTtest-utilitiesjob (Azure UT_FT_7): hudi-utilities UT (TestHoodie*) & FTtest-common-and-other-modulesjob (Azure UT_FT_10): remaining modules UT & FT using exclusion lists from Azure config-Djacoco.skip=falseand upload coverage withcodecov/codecov-action@v5Impact
CI-only change that adds test jobs and enables coverage reporting.
Risk Level
none
Documentation Update
none
Contributor's checklist