diff --git a/.codecov.yml b/.codecov.yml deleted file mode 100644 index 6a8cbb4fd5a..00000000000 --- a/.codecov.yml +++ /dev/null @@ -1,11 +0,0 @@ -codecov: - require_ci_to_pass: yes - -coverage: - precision: 2 - round: down - status: - project: - default: - target: 99% # the required coverage value - threshold: 1% # the leniency in hitting the target \ No newline at end of file diff --git a/.github/workflows/sql-test-and-build-workflow.yml b/.github/workflows/sql-test-and-build-workflow.yml index 9bde08b997c..ab011418ce4 100644 --- a/.github/workflows/sql-test-and-build-workflow.yml +++ b/.github/workflows/sql-test-and-build-workflow.yml @@ -23,12 +23,6 @@ jobs: mkdir -p opendistro-sql-builds cp -r ./plugin/build/distributions/*.zip opendistro-sql-builds/ - # This step uses the codecov-action Github action: https://github.com/codecov/codecov-action - - name: Upload SQL Coverage Report - uses: codecov/codecov-action@v1 - with: - token: ${{ secrets.CODECOV_TOKEN }} - - name: Upload Artifacts uses: actions/upload-artifact@v1 with: