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 8f38f10 commit 24b87c5Copy full SHA for 24b87c5
Dangerfile
@@ -438,7 +438,7 @@ else
438
# TODO: try to findout the test case and use it for highlighting line numbers
439
file = github.html_link(file)
440
testcase = tc['name']
441
- fail("maven-surefire-plugin error in #{file}:\nTest case `#{testcase}` fails with message:\n#{msg}")
+ fail("maven-surefire-plugin error in #{file}:\nTest case `#{testcase}` fails with message:\n```\n#{msg}\n```")
442
end
443
444
print_errors_summary 'maven-surefire-plugin', errors_count, 'https://github.com/php-coder/mystamps/wiki/unit-tests'
0 commit comments