Skip to content

Commit 5c9e84d

Browse files
jkwluiJustinBeckwith
authored andcommitted
chores(build): run codecov on continuous builds (#334)
1 parent 13e3d76 commit 5c9e84d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.kokoro/continuous/node8/test.cfg

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Bring in codecov.io master token into the build as $KOKORO_KEYSTORE_DIR/73713_dpebot_codecov_token
2+
before_action {
3+
fetch_keystore {
4+
keystore_resource {
5+
keystore_config_id: 73713
6+
keyname: "dpebot_codecov_token"
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)