@@ -77,25 +77,32 @@ rules:
77
77
id : logResult
78
78
value : " {{{fetch}}}"
79
79
remove :
80
+ - " \\ m\\ [2K\\ m\\ [1G|\\ m\\ [999D\\ m\\ [K"
80
81
- " ^[\\ s\\ S]+?\\ $ yarn travis:\\ $JOB_PART.*\n "
81
82
- " \\ $ node --max-old-space-size=4096.*\n "
82
- - " ^yarn run.+\n "
83
- - " \\ (node:\\ d+\\ ) \\ [DEP0005\\ ].+\n "
83
+ - " .+rimraf coverage"
84
+ - " yarn run.+\n "
85
+ - " \\ (node:\\ d+\\ ) (\\ [DEP0005\\ ]|DeprecationWarning).+\n "
84
86
- " \\ $ yarn (cover|test):.+\n "
85
87
- " Ran all test suites.\n [\\ s\\ S]*"
86
- - " PASS test/.*\n "
88
+ - " error Command failed with exit code \\ d+.\n "
89
+ - " info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.\n "
90
+ - " Force exiting Jest\n\n Have you considered.+"
91
+ - " =============================== Coverage summary ===============================[\\ s\\ S]+?================================================================================"
92
+ - " *PASS *test/.*\n "
93
+ - " ^\\ s+|\\ s+$"
87
94
string_cleanup_1 :
88
95
id : firstError
89
96
value : " {{{logResult}}}"
90
97
remove :
91
- - " \n\n ●[\\ s\\ S]*"
98
+ - " \n\n ( ●| FAIL) [\\ s\\ S]*"
92
99
- " Test Suites:[\\ s\\ S]*"
93
100
- " \\ s+$"
94
101
string_cleanup_2 :
95
102
id : remainingErrors
96
103
value : " {{{logResult}}}"
97
104
remove :
98
- - " ^[\\ s\\ S]+?(?=\n\n ●|$)"
105
+ - " ^[\\ s\\ S]+?(?=\n\n ( ●| FAIL) |$)"
99
106
- " ^\n +"
100
107
- " Test Suites:[\\ s\\ S]*"
101
108
- " \\ s+$"
@@ -155,25 +162,33 @@ rules:
155
162
id : logResult
156
163
value : " {{{fetch}}}"
157
164
remove :
165
+ - " \\ m\\ [2K\\ m\\ [1G|\\ m\\ [999D\\ m\\ [K"
158
166
- " ^[\\ s\\ S]+?\\ $ yarn travis:\\ $JOB_PART.*\n "
159
167
- " \\ $ node --max-old-space-size=4096.*\n "
160
- - " ^yarn run.+\n "
161
- - " \\ (node:\\ d+\\ ) \\ [DEP0005\\ ].+\n "
168
+ - " .+rimraf coverage"
169
+ - " yarn run.+\n "
170
+ - " \\ (node:\\ d+\\ ) (\\ [DEP0005\\ ]|DeprecationWarning).+\n "
162
171
- " \\ $ yarn (cover|test):.+\n "
163
172
- " The command \" yarn travis:\\ $JOB_PART\" exited[\\ s\\ S]*"
164
- - " PASS test/.*\n "
173
+ - " Ran all test suites.+\n "
174
+ - " error Command failed with exit code \\ d+.\n "
175
+ - " info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.\n "
176
+ - " Force exiting Jest\n\n Have you considered.+"
177
+ - " =============================== Coverage summary ===============================[\\ s\\ S]+?================================================================================"
178
+ - " *PASS *test/.*\n "
179
+ - " ^\\ s+|\\ s+$"
165
180
string_cleanup_1 :
166
181
id : firstError
167
182
value : " {{{logResult}}}"
168
183
remove :
169
- - " \n\n ●[\\ s\\ S]*"
184
+ - " \n\n ( ●| FAIL) [\\ s\\ S]*"
170
185
- " Test Suites:[\\ s\\ S]*"
171
186
- " \\ s+$"
172
187
string_cleanup_2 :
173
188
id : remainingErrors
174
189
value : " {{{logResult}}}"
175
190
remove :
176
- - " ^[\\ s\\ S]+?(?=\n\n ●|$)"
191
+ - " ^[\\ s\\ S]+?(?=\n\n ( ●| FAIL) |$)"
177
192
- " ^\n +"
178
193
- " Test Suites:[\\ s\\ S]*"
179
194
- " \\ s+$"
@@ -233,13 +248,21 @@ rules:
233
248
id : logResult
234
249
value : " {{{fetch}}}"
235
250
remove :
251
+ - " \\ m\\ [2K\\ m\\ [1G|\\ m\\ [999D\\ m\\ [K"
236
252
- " ^[\\ s\\ S]+?\\ $ yarn travis:\\ $JOB_PART.*\n "
237
253
- " \\ $ node --max-old-space-size=4096.*\n "
238
- - " ^yarn run.+\n "
239
- - " \\ (node:\\ d+\\ ) \\ [DEP0005\\ ].+\n "
254
+ - " .+rimraf coverage"
255
+ - " yarn run.+\n "
256
+ - " \\ (node:\\ d+\\ ) (\\ [DEP0005\\ ]|DeprecationWarning).+\n "
240
257
- " \\ $ yarn (unit|lint).+\n "
241
258
- " The command \" yarn travis:\\ $JOB_PART\" exited[\\ s\\ S]*"
242
- - " PASS test/.*\n "
259
+ - " Ran all test suites.+\n "
260
+ - " error Command failed with exit code \\ d+.\n "
261
+ - " info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.\n "
262
+ - " Force exiting Jest\n\n Have you considered.+"
263
+ - " =============================== Coverage summary ===============================[\\ s\\ S]+?================================================================================"
264
+ - " *PASS *test/.*\n "
265
+ - " ^\\ s+|\\ s+$"
243
266
actions :
244
267
comment :
245
268
identifier : " ci-result"
0 commit comments