Skip to content

Commit f9f5bc3

Browse files
chore: Re-generated to pick up changes from synthtool (#1809)
* 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. * chore: add changelog to cloud-rad Source-Author: Emily Ball <[email protected]> Source-Date: Mon May 17 09:54:56 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: c86c7a60985644eab557949363a38301d40d78d2 Source-Link: googleapis/synthtool@c86c7a6
1 parent bfb871a commit f9f5bc3

File tree

5 files changed

+22
-2
lines changed

5 files changed

+22
-2
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+
}

.kokoro/release/publish_javadoc11.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ mvn clean site -B -q -P docFX
4242

4343
# copy README to docfx-yml dir and rename index.md
4444
cp README.md target/docfx-yml/index.md
45+
# copy CHANGELOG to docfx-yml dir and rename history.md
46+
cp CHANGELOG.md target/docfx-yml/history.md
4547

4648
pushd target/docfx-yml
4749

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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/google-api-java-client.git",
7-
"sha": "dbeebd8be5c60cbe60aeda97eeea4b4dca99c0d6"
7+
"sha": "bfb871a1c1ddb23d2362223140824f1501fdbd88"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "046994f491c02806aea60118e214a9edd67f5ab7"
14+
"sha": "c86c7a60985644eab557949363a38301d40d78d2"
1515
}
1616
}
1717
],
@@ -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)