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

Commit

Permalink
build: allow Node 10 to push to codecov (#217)
Browse files Browse the repository at this point in the history
* build: allow Node 10 to push to codecov (#217)
  • Loading branch information
bcoe authored and AVaksman committed May 6, 2019
1 parent d6c48a5 commit fd6f028
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 fd6f028

Please sign in to comment.