Skip to content

Commit 329633a

Browse files
changes without context
autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters.
1 parent bfb871a commit 329633a

File tree

4 files changed

+19
-1
lines changed

4 files changed

+19
-1
lines changed

.kokoro/build.sh

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

110+
if [ "${REPORT_COVERAGE}" == "true" ]
111+
then
112+
bash ${KOKORO_GFILE_DIR}/codecov.sh
113+
fi
114+
110115
# fix output location of logs
111116
bash .kokoro/coerce_logs.sh
112117

.kokoro/presubmit/common.cfg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,11 @@ 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+
}

codecov.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
codecov:
3+
ci:
4+
- source.cloud.google.com

synth.metadata

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/google-api-java-client.git",
7-
"sha": "dbeebd8be5c60cbe60aeda97eeea4b4dca99c0d6"
7+
"sha": "bfb871a1c1ddb23d2362223140824f1501fdbd88"
88
}
99
},
1010
{
@@ -80,6 +80,7 @@
8080
"CODE_OF_CONDUCT.md",
8181
"CONTRIBUTING.md",
8282
"LICENSE",
83+
"codecov.yaml",
8384
"samples/install-without-bom/pom.xml",
8485
"samples/pom.xml",
8586
"samples/snapshot/pom.xml",

0 commit comments

Comments
 (0)