Skip to content

Commit

Permalink
build: allow Node 10 to push to codecov (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed May 7, 2019
1 parent 0d3921f commit 5a295a3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
9 changes: 9 additions & 0 deletions .kokoro/continuous/node10/test.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Bring in codecov.io master token into the build as $KOKORO_KEYSTORE_DIR/73713_dpebot_codecov_token
before_action {
fetch_keystore {
keystore_resource {
keystore_config_id: 73713
keyname: "dpebot_codecov_token"
}
}
}
9 changes: 0 additions & 9 deletions .kokoro/continuous/node8/test.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +0,0 @@
# Bring in codecov.io master token into the build as $KOKORO_KEYSTORE_DIR/73713_dpebot_codecov_token
before_action {
fetch_keystore {
keystore_resource {
keystore_config_id: 73713
keyname: "dpebot_codecov_token"
}
}
}

0 comments on commit 5a295a3

Please sign in to comment.