From 06a53aca36ed0825122be160479b1ea0ba8635a0 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Thu, 29 Apr 2021 12:17:02 -0400 Subject: [PATCH] deps: remove codecov.io (#1354) * deps: remove codecov.io @vam-google * remove codecov --- .github/workflows/ci.yaml | 10 +--------- .kokoro/build.sh | 5 ----- README.md | 2 -- codecov.yml | 18 ------------------ 4 files changed, 1 insertion(+), 34 deletions(-) delete mode 100644 codecov.yml diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 97bf57742..d7f62ea67 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,10 +19,7 @@ jobs: - run: .kokoro/build.sh env: JOB_TYPE: test - - name: coverage - uses: codecov/codecov-action@v1 - with: - name: actions ${{ matrix.java }} + bazel: runs-on: ubuntu-latest container: gcr.io/gapic-images/googleapis-bazel:20210105 @@ -65,11 +62,6 @@ jobs: path: ~/.cache/bazel/*/*/*/gax-java/bazel-out/*/testlogs/* retention-days: 5 - - name: coverage - uses: codecov/codecov-action@v1 - with: - name: actions bazel - linkage-monitor: runs-on: ubuntu-latest strategy: diff --git a/.kokoro/build.sh b/.kokoro/build.sh index 8bcf7e298..5a181fe3d 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -25,8 +25,3 @@ echo $JOB_TYPE ./gradlew assemble ./gradlew build install - -if [ "${REPORT_COVERAGE}" == "true" ] -then - bash ${KOKORO_GFILE_DIR}/codecov.sh -fi diff --git a/README.md b/README.md index 77a75decf..280207c8c 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,6 @@ Google API Extensions for Java [![Build Status](https://travis-ci.org/googleapis/gax-java.svg?branch=master)](https://travis-ci.org/googleapis/gax-java) -[![Code Coverage](https://img.shields.io/codecov/c/github/googleapis/gax-java.svg)](https://codecov.io/github/googleapis/gax-java) - - [Documentation](https://googleapis.dev/java/gax/latest/) Google API Extensions for Java (GAX Java) is a library which aids in the diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index 43e11c6f0..000000000 --- a/codecov.yml +++ /dev/null @@ -1,18 +0,0 @@ -codecov: - notify: - require_ci_to_pass: yes - - coverage: - precision: 2 - round: down - range: 70...100 - - status: - # Learn more at https://codecov.io/docs#yaml_default_commit_status - project: true - patch: true - changes: false - - comment: - layout: "header, diff, uncovered" - behavior: default # update if exists else create new