File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,13 @@ jobs:
36
36
command : npm test
37
37
- run :
38
38
name : Run coveralls
39
- command : ' cat temp/coverage/coverage.txt '
39
+ command : ' cat temp/coverage/coverage.info '
40
40
- run :
41
41
name : Run coveralls
42
- command : ' cat temp/coverage/coverage.txt | ./node_modules/coveralls/bin/coveralls.js -v'
42
+ command : ' cat temp/coverage/coverage.info | ./node_modules/coveralls/bin/coveralls.js -v true'
43
+ environment :
44
+ - COVERALLS_REPO_TOKEN : " VPsVN6sCVWupc3Sh4SKTm5zgGL4pDatDp"
45
+ - COVERALLS_SERVICE_NAME : " circle-ci"
43
46
- store_artifacts :
44
47
path : temp/coverage
45
48
prefix : coverage
93
96
94
97
workflows :
95
98
version : 2
99
+ check_pr :
100
+ jobs :
101
+ - build :
102
+ filters :
103
+ branches :
104
+ ignore : /^(dev|master)/
105
+ - test :
106
+ requires :
107
+ - build
108
+ filters :
109
+ branches :
110
+ ignore : /^(dev|master)/
96
111
release_next :
97
112
jobs :
98
113
- build :
You can’t perform that action at this time.
0 commit comments