File tree Expand file tree Collapse file tree 3 files changed +2
-39
lines changed Expand file tree Collapse file tree 3 files changed +2
-39
lines changed Original file line number Diff line number Diff line change 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
+
Original file line number Diff line number Diff line change 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
+
Original file line number Diff line number Diff line change @@ -22,24 +22,3 @@ cd $(dirname $0)/..
22
22
23
23
npm install
24
24
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
-
You can’t perform that action at this time.
0 commit comments