Skip to content

Commit

Permalink
Skip codecov until we make it work again
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsorr committed Apr 23, 2024
1 parent 3e42131 commit 804017d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/actions/build_and_coverage/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ runs:
if-no-files-found: error
retention-days: 1

- name: Publish coverage to codecov 📊
if: contains(env.SCOPE, 'uploadReport')
uses: codecov/codecov-action@v4
with:
files: ./target/scala-2.12/scoverage-report/scoverage.xml,./target/scala-2.13/scoverage-report/scoverage.xml
fail_ci_if_error: true
verbose: false
flags: 'spark-${{ env.SPARK_VERSION }}.x'
token: ${{ inputs.CODECOV_TOKEN }}
#- name: Publish coverage to codecov 📊
# if: contains(env.SCOPE, 'uploadReport')
# uses: codecov/codecov-action@v4
# with:
# files: ./target/scala-2.12/scoverage-report/scoverage.xml,./target/scala-2.13/scoverage-report/scoverage.xml
# fail_ci_if_error: true
# verbose: false
# flags: 'spark-${{ env.SPARK_VERSION }}.x'
# token: ${{ inputs.CODECOV_TOKEN }}

# CLEAN PROJECT BEFORE CACHE
- name: Cleaning before cache 🚯
Expand Down

0 comments on commit 804017d

Please sign in to comment.