Skip to content

Commit

Permalink
chores(build): run codecov on continuous builds (#1401)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui authored and JustinBeckwith committed Oct 22, 2018
1 parent 688c086 commit f0bfa94
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .kokoro/continuous/node8/test.cfg
@@ -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"
}
}
}

0 comments on commit f0bfa94

Please sign in to comment.