Skip to content

Commit

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

0 comments on commit bc11f01

Please sign in to comment.