From cc13ac6addcbfdc8f5c4c73e21c343d46d237da1 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Wed, 12 May 2021 21:24:02 +0000 Subject: [PATCH] chore: remove codecov (#649) --- .github/workflows/ci.yaml | 4 ---- .kokoro/build.sh | 5 ----- .kokoro/presubmit/common.cfg | 8 -------- README.md | 1 - codecov.yaml | 4 ---- synth.metadata | 3 +-- 6 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 codecov.yaml diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index def8b3a2c..a4a3f7f29 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,10 +19,6 @@ jobs: - run: .kokoro/build.sh env: JOB_TYPE: test - - name: coverage - uses: codecov/codecov-action@v1 - with: - name: actions ${{matrix.java}} windows: runs-on: windows-latest steps: diff --git a/.kokoro/build.sh b/.kokoro/build.sh index 5d1ace333..2dad4012a 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -107,11 +107,6 @@ clirr) ;; esac -if [ "${REPORT_COVERAGE}" == "true" ] -then - bash ${KOKORO_GFILE_DIR}/codecov.sh -fi - # fix output location of logs bash .kokoro/coerce_logs.sh diff --git a/.kokoro/presubmit/common.cfg b/.kokoro/presubmit/common.cfg index 97f290480..222cee89e 100644 --- a/.kokoro/presubmit/common.cfg +++ b/.kokoro/presubmit/common.cfg @@ -24,11 +24,3 @@ env_vars: { value: "test" } -before_action { - fetch_keystore { - keystore_resource { - keystore_config_id: 73713 - keyname: "dpebot_codecov_token" - } - } -} diff --git a/README.md b/README.md index 9c7532d67..4d0f8ff97 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ Open source authentication client library for Java. [![unstable](http://badges.github.io/stability-badges/dist/unstable.svg)](http://github.com/badges/stability-badges) -[![codecov](https://codecov.io/gh/googleapis/google-auth-library-java/branch/master/graph/badge.svg)](https://codecov.io/gh/googleapis/google-auth-library-java) [![Maven](https://img.shields.io/maven-central/v/com.google.auth/google-auth-library-credentials.svg)](https://img.shields.io/maven-central/v/com.google.auth/google-auth-library-credentials.svg) - [API Documentation](https://googleapis.dev/java/google-auth-library/latest) diff --git a/codecov.yaml b/codecov.yaml deleted file mode 100644 index 5724ea947..000000000 --- a/codecov.yaml +++ /dev/null @@ -1,4 +0,0 @@ ---- -codecov: - ci: - - source.cloud.google.com diff --git a/synth.metadata b/synth.metadata index 9d814e7fe..94f657193 100644 --- a/synth.metadata +++ b/synth.metadata @@ -76,7 +76,6 @@ ".kokoro/release/stage.sh", ".kokoro/trampoline.sh", "CODE_OF_CONDUCT.md", - "CONTRIBUTING.md", - "codecov.yaml" + "CONTRIBUTING.md" ] } \ No newline at end of file