No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
d133316
... +3 ...
03efac7
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
309 | 309 | * associates it with the file by adding it to `vfile.messages` and setting |
|
310 | 310 | * `message.file` to the current filepath. |
|
311 | 311 | * |
|
312 | - | * @param {string|Error} reason |
|
312 | + | * @param {string|Error|VFileMessage} reason |
|
313 | 313 | * Human readable reason for the message, uses the stack and message of the error if given. |
|
314 | 314 | * @param {Node|NodeLike|Position|Point} [place] |
|
315 | 315 | * Place where the message occurred in the file. |
337 | 337 | * Like `VFile#message()`, but associates an informational message where |
|
338 | 338 | * `fatal` is set to `null`. |
|
339 | 339 | * |
|
340 | - | * @param {string|Error} reason |
|
340 | + | * @param {string|Error|VFileMessage} reason |
|
341 | 341 | * Human readable reason for the message, uses the stack and message of the error if given. |
|
342 | 342 | * @param {Node|NodeLike|Position|Point} [place] |
|
343 | 343 | * Place where the message occurred in the file. |
360 | 360 | * |
|
361 | 361 | * > 👉 **Note**: a fatal error means that a file is no longer processable. |
|
362 | 362 | * |
|
363 | - | * @param {string|Error} reason |
|
363 | + | * @param {string|Error|VFileMessage} reason |
|
364 | 364 | * Human readable reason for the message, uses the stack and message of the error if given. |
|
365 | 365 | * @param {Node|NodeLike|Position|Point} [place] |
|
366 | 366 | * Place where the message occurred in the file. |
03efac7
9f721bb
db8c841
0f72e1d
d133316