Skip to content

Commit dfa9d81

Browse files
authored
Use unicode characters rather than markdown emojis (#631)
Fixes #628.
1 parent b94c231 commit dfa9d81

File tree

135 files changed

+300
-317
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+300
-317
lines changed

python/publish/__init__.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -446,11 +446,11 @@ def get_link_and_tooltip_label_md(label: str, tooltip: str) -> str:
446446

447447

448448
all_tests_label_md = 'tests'
449-
passed_tests_label_md = ':white_check_mark:'
450-
skipped_tests_label_md = ':zzz:'
451-
failed_tests_label_md = ':x:'
452-
test_errors_label_md = ':fire:'
453-
duration_label_md = ':stopwatch:'
449+
passed_tests_label_md = ''
450+
skipped_tests_label_md = '💤'
451+
failed_tests_label_md = ''
452+
test_errors_label_md = '🔥'
453+
duration_label_md = '⏱️'
454454

455455

456456
def get_short_summary_md(stats: UnitTestRunResultsOrDeltaResults) -> str:

python/test/files/dart/json/tests.annotations

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@
77
'output': {
88
'title': '2 errors, 1 fail, 1 skipped, 16 pass in 0s',
99
'summary':
10-
'20 tests\u2002\u2003\u200316 :white_check_mark:\u2003\u20030s '
11-
':stopwatch:\n\u20074 suites\u2003\u2003\u20071 :zzz:\n\u20071 files\u2004\u2002'
12-
'\u2003\u2003\u20071 :x:\u2003\u20032 :fire:\n\nResults for commit '
13-
'commit s.\n\n'
10+
'20 tests\u2002\u2003\u200316 ✅\u2003\u20030s ⏱️\n\u20074 suites\u2003\u2003\u2007'
11+
'1 💤\n\u20071 files\u2004\u2002\u2003\u2003\u20071 ❌\u2003\u20032 🔥\n\n'
12+
'Results for commit commit s.\n\n'
1413
'[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMTQqAIBBGr'
1514
'yKuW1REiy4TYkVDpTHqKrp74w+au3nvY97DNzhXwyfWNYwbBzbAQLA4FBa0ImwJabB+6j'
1615
'PMxknpP8diDrhTK4pNwFmJFVGjz5BBp3LR31UwitIL/MsF/tekvi6wBOliZhf8/QAMgVR'

python/test/files/dart/json/tests.results.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "2 errors, 1 fail, 1 skipped, 16 pass in 0s",
3-
"summary": "20 tests   16 :white_check_mark:  0s :stopwatch:\n 4 suites   1 :zzz:\n 1 files     1 :x:  2 :fire:\n\nResults for commit commit s.\n",
3+
"summary": "20 tests   16   0s ⏱️\n 4 suites   1 💤\n 1 files     1   2 🔥\n\nResults for commit commit s.\n",
44
"conclusion": "failure",
55
"stats": {
66
"files": 1,

python/test/files/junit-xml/bazel/suite-logs.annotations

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
'output': {
88
'title': '1 errors in 0s',
99
'summary':
10-
'1 tests\u2002\u2003\u20030 :white_check_mark:\u2003\u20030s '
11-
':stopwatch:\n1 suites\u2003\u20030 :zzz:\n1 files\u2004\u2002\u2003\u2003'
12-
'0 :x:\u2003\u20031 :fire:\n\nResults for commit commit s.\n\n'
10+
'1 tests\u2002\u2003\u20030 \u2003\u20030s ⏱️\n1 suites\u2003\u20030 '
11+
'💤\n1 files\u2004\u2002\u2003\u20030 ❌\u2003\u20031 🔥\n\nResults for '
12+
'commit commit s.\n\n'
1313
'[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMMQ6AIBAEv'
1414
'0KoLbT1M4QgxIsC5g4q498liHp0OzvJnNLBbknOYhqEpAzpgyWjThBDwbFgEelVdSvKxn'
1515
'CpaIOjO5yGvTssYsQWwRyITZ57+K9VZrHKvGWi95AKtCVo1fK6AX55nzvdAAAA\n',

python/test/files/junit-xml/bazel/suite-logs.results.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "1 errors in 0s",
3-
"summary": "1 tests   0 :white_check_mark:  0s :stopwatch:\n1 suites  0 :zzz:\n1 files    0 :x:  1 :fire:\n\nResults for commit commit s.\n",
3+
"summary": "1 tests   0   0s ⏱️\n1 suites  0 💤\n1 files    0   1 🔥\n\nResults for commit commit s.\n",
44
"conclusion": "failure",
55
"stats": {
66
"files": 1,

python/test/files/junit-xml/jest/jest-junit.annotations

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
'output': {
88
'title': 'All 2 tests pass in 0s',
99
'summary':
10-
'2 tests\u2002\u2003\u20032 :white_check_mark:\u2003\u20030s '
11-
':stopwatch:\n1 suites\u2003\u20030 :zzz:\n1 files\u2004\u2002\u2003\u2003'
12-
'0 :x:\n\nResults for commit commit s.\n\n'
10+
'2 tests\u2002\u2003\u20032 \u2003\u20030s ⏱️\n1 suites\u2003\u20030 '
11+
'💤\n1 files\u2004\u2002\u2003\u20030 ❌\n\nResults for commit commit '
12+
's.\n\n'
1313
'[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBBEr'
1414
'0KoLdTSyxCCEDfyMQtUxrsLCgrdvJnJO6kCLT1dyDQQ6iOED9aIPICzCceEaQh5mmtmPg'
1515
'rRFzsc7ZspDrorJKLD0mC01Zdjq3v5tz3cyB5uXcIZAyFBScRvnF43yWbLod0AAAA=\n',

python/test/files/junit-xml/jest/jest-junit.results.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "All 2 tests pass in 0s",
3-
"summary": "2 tests   2 :white_check_mark:  0s :stopwatch:\n1 suites  0 :zzz:\n1 files    0 :x:\n\nResults for commit commit s.\n",
3+
"summary": "2 tests   2   0s ⏱️\n1 suites  0 💤\n1 files    0 \n\nResults for commit commit s.\n",
44
"conclusion": "success",
55
"stats": {
66
"files": 1,

python/test/files/junit-xml/junit.multiresult.annotations

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@
77
'output': {
88
'title': '1 errors, 1 fail, 1 skipped, 1 pass in 1s',
99
'summary':
10-
'1 files\u2004\u20031 suites\u2004\u2003\u20021s :stopwatch:\n4 tests\u2003'
11-
'1 :white_check_mark:\u20031 :zzz:\u20031 :x:\u20031 :fire:\n4 runs\u200a\u2003'
12-
'-2 :white_check_mark:\u20033 :zzz:\u20032 :x:\u20031 :fire:\n\n'
13-
'Results for commit commit s.\n\n'
10+
'1 files\u2004\u20031 suites\u2004\u2003\u20021s ⏱️\n4 tests\u20031 ✅\u2003'
11+
'1 💤\u20031 ❌\u20031 🔥\n4 runs\u200a\u2003-2 ✅\u20033 💤\u20032 ❌\u2003'
12+
'1 🔥\n\nResults for commit commit s.\n\n'
1413
'[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBAFr'
1514
'0KotfBTeRlCEONGPmYXKuPdlQhEujdvkrn4BkYTX9jQMU4RQoU1ogzgXcZXhKTmsgVFpf'
1615
'5S0AFnc2wSTHNoRI/5wehKL82S68d6fLmpcK5V/48pby2EF/JitEt+P6y+BE/eAAAA\n',

python/test/files/junit-xml/junit.multiresult.results.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "1 errors, 1 fail, 1 skipped, 1 pass in 1s",
3-
"summary": "1 files  1 suites   1s :stopwatch:\n4 tests 1 :white_check_mark: 1 :zzz: 1 :x: 1 :fire:\n4 runs  -2 :white_check_mark: 3 :zzz: 2 :x: 1 :fire:\n\nResults for commit commit s.\n",
3+
"summary": "1 files  1 suites   1s ⏱️\n4 tests 1  1 💤 1  1 🔥\n4 runs  -2  3 💤 2  1 🔥\n\nResults for commit commit s.\n",
44
"conclusion": "failure",
55
"stats": {
66
"files": 1,

python/test/files/junit-xml/minimal-attributes.annotations

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
'output': {
88
'title': '1 errors, 1 fail, 1 skipped, 1 pass in 0s',
99
'summary':
10-
'4 tests\u2002\u2003\u20031 :white_check_mark:\u2003\u20030s '
11-
':stopwatch:\n1 suites\u2003\u20031 :zzz:\n1 files\u2004\u2002\u2003\u2003'
12-
'1 :x:\u2003\u20031 :fire:\n\nResults for commit commit s.\n\n'
10+
'4 tests\u2002\u2003\u20031 \u2003\u20030s ⏱️\n1 suites\u2003\u20031 '
11+
'💤\n1 files\u2004\u2002\u2003\u20031 ❌\u2003\u20031 🔥\n\nResults for '
12+
'commit commit s.\n\n'
1313
'[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBAFr'
1414
'0KoLTSx8jKGIMSNfMwClfHuAoJC92Z2MxeVoISjC5kGQl0A/8EWkHmwJuIYMR58Os11ry'
1515
'5wXn6LOODshGSgOiEQLRaDwdRemm3u5b+WuYllblvcag0+QlnE7YzeD8XajRvdAAAA\n',

0 commit comments

Comments
 (0)