We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f4b59 commit f77f1f2Copy full SHA for f77f1f2
CodewarsReporter.cfc
@@ -55,8 +55,7 @@ component {
55
} else if ( local.thisSpec.status == "failed" ) {
56
print.line( prependLF( "<FAILED::>#escapeLF( local.thisSpec.failMessage )#" ) );
57
} else if ( local.thisSpec.status == "skipped" ) {
58
- print.line( prependLF( "<LOG::>Skipped" ) );
59
- print.line( prependLF( "<ERROR::>Test skipped" ) );
+ print.line( prependLF( "<FAILED::>Test Skipped" ) );
60
} else if ( local.thisSpec.status == "error" ) {
61
print.line( prependLF( "<ERROR::>#escapeLF( local.thisSpec.error.message )#" ) );
62
0 commit comments