Skip to content

Commit d1a8f71

Browse files
committed
[SPARK-50633][FOLLOWUP] Turn on options verbose for codecov/codecov-action
1 parent a022bf0 commit d1a8f71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_and_test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -621,10 +621,11 @@ jobs:
621621
if: fromJSON(inputs.envs).PYSPARK_CODECOV == 'true'
622622
uses: codecov/codecov-action@v5
623623
with:
624-
token: ${{ secrets.CODECOV_TOKEN }}
625624
files: ./python/coverage.xml
625+
token: ${{ secrets.CODECOV_TOKEN }}
626626
flags: unittests
627627
name: PySpark
628+
verbose: true
628629
- name: Upload test results to report
629630
env: ${{ fromJSON(inputs.envs) }}
630631
if: always()

0 commit comments

Comments
 (0)