We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a022bf0 commit d1a8f71Copy full SHA for d1a8f71
.github/workflows/build_and_test.yml
@@ -621,10 +621,11 @@ jobs:
621
if: fromJSON(inputs.envs).PYSPARK_CODECOV == 'true'
622
uses: codecov/codecov-action@v5
623
with:
624
- token: ${{ secrets.CODECOV_TOKEN }}
625
files: ./python/coverage.xml
+ token: ${{ secrets.CODECOV_TOKEN }}
626
flags: unittests
627
name: PySpark
628
+ verbose: true
629
- name: Upload test results to report
630
env: ${{ fromJSON(inputs.envs) }}
631
if: always()
0 commit comments