Skip to content

Commit

Permalink
chore: remove codecov (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed May 12, 2021
1 parent 292e81a commit cc13ac6
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 24 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yaml
Expand Up @@ -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:
Expand Down
5 changes: 0 additions & 5 deletions .kokoro/build.sh
Expand Up @@ -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

Expand Down
8 changes: 0 additions & 8 deletions .kokoro/presubmit/common.cfg
Expand Up @@ -24,11 +24,3 @@ env_vars: {
value: "test"
}

before_action {
fetch_keystore {
keystore_resource {
keystore_config_id: 73713
keyname: "dpebot_codecov_token"
}
}
}
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -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)
Expand Down
4 changes: 0 additions & 4 deletions codecov.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions synth.metadata
Expand Up @@ -76,7 +76,6 @@
".kokoro/release/stage.sh",
".kokoro/trampoline.sh",
"CODE_OF_CONDUCT.md",
"CONTRIBUTING.md",
"codecov.yaml"
"CONTRIBUTING.md"
]
}

0 comments on commit cc13ac6

Please sign in to comment.