File tree Expand file tree Collapse file tree 6 files changed +1
-24
lines changed
Expand file tree Collapse file tree 6 files changed +1
-24
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change @@ -107,11 +107,6 @@ clirr)
107107 ;;
108108esac
109109
110- if [ " ${REPORT_COVERAGE} " == " true" ]
111- then
112- bash ${KOKORO_GFILE_DIR} /codecov.sh
113- fi
114-
115110# fix output location of logs
116111bash .kokoro/coerce_logs.sh
117112
Original file line number Diff line number Diff 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- }
Original file line number Diff line number Diff line change 33Open 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 )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments