Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Commit fd6f028

Browse files
Benjamin E. CoeAVaksman
authored andcommitted
build: allow Node 10 to push to codecov (#217)
* build: allow Node 10 to push to codecov (#217)
1 parent d6c48a5 commit fd6f028

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.kokoro/continuous/node10/test.cfg

Lines changed: 9 additions & 0 deletions
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+
}

.kokoro/continuous/node8/test.cfg

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +0,0 @@
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)