Skip to content

Commit 534b226

Browse files
authored
chore: remove code coverage reporting from kokoro tests (#6)
1 parent 3da6d52 commit 534b226

File tree

3 files changed

+2
-39
lines changed

3 files changed

+2
-39
lines changed

.kokoro/continuous/node8/test.cfg

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

.kokoro/presubmit/node8/test.cfg

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

.kokoro/test.sh

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,3 @@ cd $(dirname $0)/..
2222

2323
npm install
2424
npm test
25-
./node_modules/nyc/bin/nyc.js report
26-
27-
28-
WINDOWS="false"
29-
30-
case $1 in
31-
--windows)
32-
WINDOWS="true"
33-
;;
34-
"")
35-
;;
36-
*)
37-
echo "Unknown parameter: $1"
38-
exit 1
39-
;;
40-
esac
41-
42-
if [ "$WINDOWS" -ne "true" ]; then
43-
bash $KOKORO_GFILE_DIR/codecov.sh
44-
fi
45-

0 commit comments

Comments
 (0)