This commit is contained in:
Coen van der Wel 2022-04-29 00:27:28 +02:00 committed by A. J. Kaptijn
parent ce3c56dc16
commit 34c763b776

View file

@ -255,7 +255,7 @@ class TestReporter {
type: 'section', type: 'section',
text: { text: {
type: 'mrkdwn', type: 'mrkdwn',
text: `<${resp.data.html_url}|Result>: :large_green_circle: ${passed} :large_orange_circle: ${skipped} :red_circle: ${failed}` text: `:large_green_circle: ${passed} :large_orange_circle: ${skipped} :red_circle: ${failed} <${resp.data.html_url}|(view)>`
} }
} }
] ]