@@ -100,8 +100,8 @@ workflows:
100
100
- run :
101
101
name : Check code coverage 📈
102
102
command : |
103
- node ../../scripts /check-coverage server.js
104
- node ../../scripts /only-covered server.js
103
+ ../../node_modules/.bin /check-coverage server.js
104
+ ../../node_modules/.bin /only-covered server.js
105
105
working_directory : examples/backend
106
106
107
107
- cypress/run :
@@ -130,10 +130,10 @@ workflows:
130
130
- run :
131
131
name : Check code coverage 📈
132
132
command : |
133
- node ../../scripts /check-coverage fullstack/server/server.js
134
- node ../../scripts /check-coverage fullstack/main.js
135
- node ../../scripts /check-coverage fullstack/string-utils.js
136
- node ../../scripts /only-covered server.js main.js string-utils.js
133
+ ../../node_modules/.bin /check-coverage fullstack/server/server.js
134
+ ../../node_modules/.bin /check-coverage fullstack/main.js
135
+ ../../node_modules/.bin /check-coverage fullstack/string-utils.js
136
+ ../../node_modules/.bin /only-covered server.js main.js string-utils.js
137
137
working_directory : examples/fullstack
138
138
139
139
- cypress/run :
@@ -161,8 +161,8 @@ workflows:
161
161
- run :
162
162
name : Check code coverage 📈
163
163
command : |
164
- node ../../scripts /check-coverage main.js
165
- node ../../scripts /only-covered main.js
164
+ ../../node_modules/.bin /check-coverage main.js
165
+ ../../node_modules/.bin /only-covered main.js
166
166
working_directory : examples/before-each-visit
167
167
168
168
- cypress/run :
@@ -190,8 +190,8 @@ workflows:
190
190
- run :
191
191
name : Check code coverage 📈
192
192
command : |
193
- node ../../scripts /check-coverage main.js
194
- node ../../scripts /only-covered main.js
193
+ ../../node_modules/.bin /check-coverage main.js
194
+ ../../node_modules/.bin /only-covered main.js
195
195
working_directory : examples/before-all-visit
196
196
197
197
- cypress/run :
@@ -218,8 +218,8 @@ workflows:
218
218
- run :
219
219
name : Check code coverage 📈
220
220
command : |
221
- node ../../scripts /check-coverage main.ts
222
- node ../../scripts /only-covered main.ts
221
+ ../../node_modules/.bin /check-coverage main.ts
222
+ ../../node_modules/.bin /only-covered main.ts
223
223
working_directory : examples/ts-example
224
224
225
225
- cypress/run :
@@ -250,9 +250,9 @@ workflows:
250
250
- run :
251
251
name : Check code coverage 📈
252
252
command : |
253
- node ../../scripts /check-coverage main.js
254
- node ../../scripts /check-coverage unit-utils.js
255
- node ../../scripts /only-covered main.js unit-utils.js
253
+ ../../node_modules/.bin /check-coverage main.js
254
+ ../../node_modules/.bin /check-coverage unit-utils.js
255
+ ../../node_modules/.bin /only-covered main.js unit-utils.js
256
256
working_directory : examples/same-folder
257
257
258
258
- cypress/run :
@@ -282,8 +282,8 @@ workflows:
282
282
- run :
283
283
name : Check code coverage 📈
284
284
command : |
285
- node ../../scripts /check-coverage main.js
286
- node ../../scripts /only-covered main.js
285
+ ../../node_modules/.bin /check-coverage main.js
286
+ ../../node_modules/.bin /only-covered main.js
287
287
working_directory : examples/support-files
288
288
289
289
- cypress/run :
@@ -311,8 +311,8 @@ workflows:
311
311
- run :
312
312
name : Check code coverage 📈
313
313
command : |
314
- node ../../scripts /check-coverage main.js
315
- node ../../scripts /only-covered main.js
314
+ ../../node_modules/.bin /check-coverage main.js
315
+ ../../node_modules/.bin /only-covered main.js
316
316
working_directory : examples/use-plugins-and-support
317
317
318
318
- cypress/run :
@@ -340,8 +340,8 @@ workflows:
340
340
- run :
341
341
name : Check code coverage 📈
342
342
command : |
343
- node ../../scripts /check-coverage main.js
344
- node ../../scripts /only-covered main.js
343
+ ../../node_modules/.bin /check-coverage main.js
344
+ ../../node_modules/.bin /only-covered main.js
345
345
working_directory : examples/one-spec
346
346
347
347
- publish :
0 commit comments