diff --git a/.github/workflows/kibana-reports-test-and-build-workflow.yml b/.github/workflows/kibana-reports-test-and-build-workflow.yml index 9a93bfc9..7e05ac94 100644 --- a/.github/workflows/kibana-reports-test-and-build-workflow.yml +++ b/.github/workflows/kibana-reports-test-and-build-workflow.yml @@ -50,13 +50,6 @@ jobs: max_attempts: 3 command: cd kibana/plugins/${{ env.PLUGIN_NAME }}; yarn test --coverage - - name: Upload coverage - uses: codecov/codecov-action@v1 - with: - flags: Kibana-reports - directory: kibana/plugins/ - token: ${{ secrets.CODECOV_TOKEN }} - - name: Build Artifact run: | cd kibana/plugins/${{ env.PLUGIN_NAME }} diff --git a/.github/workflows/reports-scheduler-test-and-build-workflow.yml b/.github/workflows/reports-scheduler-test-and-build-workflow.yml index f61dbdea..0c82b42e 100644 --- a/.github/workflows/reports-scheduler-test-and-build-workflow.yml +++ b/.github/workflows/reports-scheduler-test-and-build-workflow.yml @@ -19,13 +19,6 @@ jobs: cd reports-scheduler ./gradlew build - - name: Upload coverage - uses: codecov/codecov-action@v1 - with: - flags: reports-scheduler - directory: reports-scheduler/ - token: ${{ secrets.CODECOV_TOKEN }} - - name: Create Artifact Path run: | mkdir -p reports-scheduler-builds diff --git a/reports-scheduler/.codecov.yml b/reports-scheduler/.codecov.yml deleted file mode 100644 index 921f6ebf..00000000 --- a/reports-scheduler/.codecov.yml +++ /dev/null @@ -1,29 +0,0 @@ ---- -## -# Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"). -# You may not use this file except in compliance with the License. -# A copy of the License is located at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# or in the "license" file accompanying this file. This file is distributed -# on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either -# express or implied. See the License for the specific language governing -# permissions and limitations under the License. -# -## - -codecov: - require_ci_to_pass: yes - -coverage: - precision: 2 - round: down - range: "70...100" - status: - project: - default: - target: 70% # the required coverage value - threshold: 1% # the leniency in hitting the target \ No newline at end of file