Skip to content

Commit 25bc625

Browse files
HyukjinKwonericm-db
authored andcommitted
[SPARK-47140][SPARK47139][INFRA][PYTHON] Upgrade Python verion and codecov action in Coverage job
### What changes were proposed in this pull request? This PR proposes to upgrade Python verion and codecov action in Coverage job ### Why are the changes needed? For better coverage report. ### Does this PR introduce _any_ user-facing change? No, dev-only. ### How was this patch tested? Will monitor the build. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#45227 from HyukjinKwon/SPARK-47140-SPARK-47139. Authored-by: Hyukjin Kwon <gurwls223@apache.org> Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
1 parent b23d649 commit 25bc625

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ jobs:
456456
fi
457457
- name: Upload coverage to Codecov
458458
if: fromJSON(inputs.envs).PYSPARK_CODECOV == 'true'
459-
uses: codecov/codecov-action@v2
459+
uses: codecov/codecov-action@v4
460460
with:
461461
files: ./python/coverage.xml
462462
flags: unittests

.github/workflows/build_coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
hadoop: hadoop3
3737
envs: >-
3838
{
39+
"PYTHON_TO_TEST": "python3.11",
3940
"PYSPARK_CODECOV": "true"
4041
}
4142
jobs: >-

0 commit comments

Comments
 (0)