Skip to content

Commit cc13ac6

Browse files
authored
chore: remove codecov (#649)
1 parent 292e81a commit cc13ac6

File tree

6 files changed

+1
-24
lines changed

6 files changed

+1
-24
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ jobs:
1919
- run: .kokoro/build.sh
2020
env:
2121
JOB_TYPE: test
22-
- name: coverage
23-
uses: codecov/codecov-action@v1
24-
with:
25-
name: actions ${{matrix.java}}
2622
windows:
2723
runs-on: windows-latest
2824
steps:

.kokoro/build.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,6 @@ clirr)
107107
;;
108108
esac
109109

110-
if [ "${REPORT_COVERAGE}" == "true" ]
111-
then
112-
bash ${KOKORO_GFILE_DIR}/codecov.sh
113-
fi
114-
115110
# fix output location of logs
116111
bash .kokoro/coerce_logs.sh
117112

.kokoro/presubmit/common.cfg

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,3 @@ env_vars: {
2424
value: "test"
2525
}
2626

27-
before_action {
28-
fetch_keystore {
29-
keystore_resource {
30-
keystore_config_id: 73713
31-
keyname: "dpebot_codecov_token"
32-
}
33-
}
34-
}

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
Open source authentication client library for Java.
44

55
[![unstable](http://badges.github.io/stability-badges/dist/unstable.svg)](http://github.com/badges/stability-badges)
6-
[![codecov](https://codecov.io/gh/googleapis/google-auth-library-java/branch/master/graph/badge.svg)](https://codecov.io/gh/googleapis/google-auth-library-java)
76
[![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)
87

98
- [API Documentation](https://googleapis.dev/java/google-auth-library/latest)

codecov.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

synth.metadata

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
".kokoro/release/stage.sh",
7777
".kokoro/trampoline.sh",
7878
"CODE_OF_CONDUCT.md",
79-
"CONTRIBUTING.md",
80-
"codecov.yaml"
79+
"CONTRIBUTING.md"
8180
]
8281
}

0 commit comments

Comments
 (0)