From 7b8e95f738bce7746b20538354f1925a66084ccd Mon Sep 17 00:00:00 2001 From: David Cui Date: Fri, 16 Apr 2021 16:39:09 -0700 Subject: [PATCH] remove codecov token usage --- .codecov.yml | 11 ----------- .github/workflows/sql-test-and-build-workflow.yml | 6 ------ 2 files changed, 17 deletions(-) delete mode 100644 .codecov.yml 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: