Skip to content

Commit

Permalink
Use unicode characters rather than markdown emojis (#631)
Browse files Browse the repository at this point in the history
Fixes #628.
  • Loading branch information
EnricoMi authored Oct 22, 2024
1 parent b94c231 commit dfa9d81
Show file tree
Hide file tree
Showing 135 changed files with 300 additions and 317 deletions.
10 changes: 5 additions & 5 deletions python/publish/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,11 +446,11 @@ def get_link_and_tooltip_label_md(label: str, tooltip: str) -> str:


all_tests_label_md = 'tests'
passed_tests_label_md = ':white_check_mark:'
skipped_tests_label_md = ':zzz:'
failed_tests_label_md = ':x:'
test_errors_label_md = ':fire:'
duration_label_md = ':stopwatch:'
passed_tests_label_md = ''
skipped_tests_label_md = '💤'
failed_tests_label_md = ''
test_errors_label_md = '🔥'
duration_label_md = '⏱️'


def get_short_summary_md(stats: UnitTestRunResultsOrDeltaResults) -> str:
Expand Down
7 changes: 3 additions & 4 deletions python/test/files/dart/json/tests.annotations
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
'output': {
'title': '2 errors, 1 fail, 1 skipped, 16 pass in 0s',
'summary':
'20 tests\u2002\u2003\u200316 :white_check_mark:\u2003\u20030s '
':stopwatch:\n\u20074 suites\u2003\u2003\u20071 :zzz:\n\u20071 files\u2004\u2002'
'\u2003\u2003\u20071 :x:\u2003\u20032 :fire:\n\nResults for commit '
'commit s.\n\n'
'20 tests\u2002\u2003\u200316 ✅\u2003\u20030s ⏱️\n\u20074 suites\u2003\u2003\u2007'
'1 💤\n\u20071 files\u2004\u2002\u2003\u2003\u20071 ❌\u2003\u20032 🔥\n\n'
'Results for commit commit s.\n\n'
'[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMTQqAIBBGr'
'yKuW1REiy4TYkVDpTHqKrp74w+au3nvY97DNzhXwyfWNYwbBzbAQLA4FBa0ImwJabB+6j'
'PMxknpP8diDrhTK4pNwFmJFVGjz5BBp3LR31UwitIL/MsF/tekvi6wBOliZhf8/QAMgVR'
Expand Down
2 changes: 1 addition & 1 deletion python/test/files/dart/json/tests.results.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "2 errors, 1 fail, 1 skipped, 16 pass in 0s",
"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",
"summary": "20 tests   16   0s ⏱️\n 4 suites   1 💤\n 1 files     1   2 🔥\n\nResults for commit commit s.\n",
"conclusion": "failure",
"stats": {
"files": 1,
Expand Down
6 changes: 3 additions & 3 deletions python/test/files/junit-xml/bazel/suite-logs.annotations
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
'output': {
'title': '1 errors in 0s',
'summary':
'1 tests\u2002\u2003\u20030 :white_check_mark:\u2003\u20030s '
':stopwatch:\n1 suites\u2003\u20030 :zzz:\n1 files\u2004\u2002\u2003\u2003'
'0 :x:\u2003\u20031 :fire:\n\nResults for commit commit s.\n\n'
'1 tests\u2002\u2003\u20030 \u2003\u20030s ⏱️\n1 suites\u2003\u20030 '
'💤\n1 files\u2004\u2002\u2003\u20030 ❌\u2003\u20031 🔥\n\nResults for '
'commit commit s.\n\n'
'[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMMQ6AIBAEv'
'0KoLbT1M4QgxIsC5g4q498liHp0OzvJnNLBbknOYhqEpAzpgyWjThBDwbFgEelVdSvKxn'
'CpaIOjO5yGvTssYsQWwRyITZ57+K9VZrHKvGWi95AKtCVo1fK6AX55nzvdAAAA\n',
Expand Down
2 changes: 1 addition & 1 deletion python/test/files/junit-xml/bazel/suite-logs.results.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "1 errors in 0s",
"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",
"summary": "1 tests   0   0s ⏱️\n1 suites  0 💤\n1 files    0   1 🔥\n\nResults for commit commit s.\n",
"conclusion": "failure",
"stats": {
"files": 1,
Expand Down
6 changes: 3 additions & 3 deletions python/test/files/junit-xml/jest/jest-junit.annotations
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
'output': {
'title': 'All 2 tests pass in 0s',
'summary':
'2 tests\u2002\u2003\u20032 :white_check_mark:\u2003\u20030s '
':stopwatch:\n1 suites\u2003\u20030 :zzz:\n1 files\u2004\u2002\u2003\u2003'
'0 :x:\n\nResults for commit commit s.\n\n'
'2 tests\u2002\u2003\u20032 \u2003\u20030s ⏱️\n1 suites\u2003\u20030 '
'💤\n1 files\u2004\u2002\u2003\u20030 ❌\n\nResults for commit commit '
's.\n\n'
'[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBBEr'
'0KoLdTSyxCCEDfyMQtUxrsLCgrdvJnJO6kCLT1dyDQQ6iOED9aIPICzCceEaQh5mmtmPg'
'rRFzsc7ZspDrorJKLD0mC01Zdjq3v5tz3cyB5uXcIZAyFBScRvnF43yWbLod0AAAA=\n',
Expand Down
2 changes: 1 addition & 1 deletion python/test/files/junit-xml/jest/jest-junit.results.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "All 2 tests pass in 0s",
"summary": "2 tests   2 :white_check_mark:  0s :stopwatch:\n1 suites  0 :zzz:\n1 files    0 :x:\n\nResults for commit commit s.\n",
"summary": "2 tests   2   0s ⏱️\n1 suites  0 💤\n1 files    0 \n\nResults for commit commit s.\n",
"conclusion": "success",
"stats": {
"files": 1,
Expand Down
7 changes: 3 additions & 4 deletions python/test/files/junit-xml/junit.multiresult.annotations
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
'output': {
'title': '1 errors, 1 fail, 1 skipped, 1 pass in 1s',
'summary':
'1 files\u2004\u20031 suites\u2004\u2003\u20021s :stopwatch:\n4 tests\u2003'
'1 :white_check_mark:\u20031 :zzz:\u20031 :x:\u20031 :fire:\n4 runs\u200a\u2003'
'-2 :white_check_mark:\u20033 :zzz:\u20032 :x:\u20031 :fire:\n\n'
'Results for commit commit s.\n\n'
'1 files\u2004\u20031 suites\u2004\u2003\u20021s ⏱️\n4 tests\u20031 ✅\u2003'
'1 💤\u20031 ❌\u20031 🔥\n4 runs\u200a\u2003-2 ✅\u20033 💤\u20032 ❌\u2003'
'1 🔥\n\nResults for commit commit s.\n\n'
'[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBAFr'
'0KotfBTeRlCEONGPmYXKuPdlQhEujdvkrn4BkYTX9jQMU4RQoU1ogzgXcZXhKTmsgVFpf'
'5S0AFnc2wSTHNoRI/5wehKL82S68d6fLmpcK5V/48pby2EF/JitEt+P6y+BE/eAAAA\n',
Expand Down
2 changes: 1 addition & 1 deletion python/test/files/junit-xml/junit.multiresult.results.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "1 errors, 1 fail, 1 skipped, 1 pass in 1s",
"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",
"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",
"conclusion": "failure",
"stats": {
"files": 1,
Expand Down
6 changes: 3 additions & 3 deletions python/test/files/junit-xml/minimal-attributes.annotations
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
'output': {
'title': '1 errors, 1 fail, 1 skipped, 1 pass in 0s',
'summary':
'4 tests\u2002\u2003\u20031 :white_check_mark:\u2003\u20030s '
':stopwatch:\n1 suites\u2003\u20031 :zzz:\n1 files\u2004\u2002\u2003\u2003'
'1 :x:\u2003\u20031 :fire:\n\nResults for commit commit s.\n\n'
'4 tests\u2002\u2003\u20031 \u2003\u20030s ⏱️\n1 suites\u2003\u20031 '
'💤\n1 files\u2004\u2002\u2003\u20031 ❌\u2003\u20031 🔥\n\nResults for '
'commit commit s.\n\n'
'[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBAFr'
'0KoLTSx8jKGIMSNfMwClfHuAoJC92Z2MxeVoISjC5kGQl0A/8EWkHmwJuIYMR58Os11ry'
'5wXn6LOODshGSgOiEQLRaDwdRemm3u5b+WuYllblvcag0+QlnE7YzeD8XajRvdAAAA\n',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "1 errors, 1 fail, 1 skipped, 1 pass in 0s",
"summary": "4 tests   1 :white_check_mark:  0s :stopwatch:\n1 suites  1 :zzz:\n1 files    1 :x:  1 :fire:\n\nResults for commit commit s.\n",
"summary": "4 tests   1   0s ⏱️\n1 suites  1 💤\n1 files    1   1 🔥\n\nResults for commit commit s.\n",
"conclusion": "failure",
"stats": {
"files": 1,
Expand Down
5 changes: 2 additions & 3 deletions python/test/files/junit-xml/mocha/latex-utensils.annotations
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
'title': 'All 101 tests pass in 0s',
'summary':
'\u2007\u20071 files\u2004\u2003\u2007\u20071 suites\u2004\u2003\u2002'
'0s :stopwatch:\n101 tests\u2003101 :white_check_mark:\u20030 :zzz:\u2003'
'0 :x:\n109 runs\u200a\u2003109 :white_check_mark:\u20030 :zzz:\u2003'
'0 :x:\n\nResults for commit commit s.\n\n'
'0s ⏱️\n101 tests\u2003101 ✅\u20030 💤\u20030 ❌\n109 runs\u200a\u2003'
'109 ✅\u20030 💤\u20030 ❌\n\nResults for commit commit s.\n\n'
'[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/12MMQ6AIBAEv'
'0KoLaDUzxCCEC8imAMq498liIJ2N7O5OagBqwOdCB8IDQniC3NCGcG7jCxjHmKZGH9IhK'
'TUX62w9x/CSLAfoRE9VoPJ3c2xQks204qFu2Dhvqf8tkHMUC8SFknPC30yEpLlAAAA\n',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "All 101 tests pass in 0s",
"summary": "  1 files    1 suites   0s :stopwatch:\n101 tests 101 :white_check_mark: 0 :zzz: 0 :x:\n109 runs  109 :white_check_mark: 0 :zzz: 0 :x:\n\nResults for commit commit s.\n",
"summary": "  1 files    1 suites   0s ⏱️\n101 tests 101  0 💤 0 \n109 runs  109  0 💤 0 \n\nResults for commit commit s.\n",
"conclusion": "success",
"stats": {
"files": 1,
Expand Down
6 changes: 3 additions & 3 deletions python/test/files/junit-xml/no-attributes.annotations
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
'output': {
'title': '1 errors, 1 fail, 1 skipped, 1 pass in 0s',
'summary':
'4 tests\u2002\u2003\u20031 :white_check_mark:\u2003\u20030s '
':stopwatch:\n1 suites\u2003\u20031 :zzz:\n1 files\u2004\u2002\u2003\u2003'
'1 :x:\u2003\u20031 :fire:\n\nResults for commit commit s.\n\n'
'4 tests\u2002\u2003\u20031 \u2003\u20030s ⏱️\n1 suites\u2003\u20031 '
'💤\n1 files\u2004\u2002\u2003\u20031 ❌\u2003\u20031 🔥\n\nResults for '
'commit commit s.\n\n'
'[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBAFr'
'0KoLTSx8jKGIMSNfMwClfHuAoJC92Z2MxeVoISjC5kGQl0A/8EWkHmwJuIYMR58Os11ry'
'5wXn6LOODshGSgOiEQLRaDwdRemm3u5b+WuYllblvcag0+QlnE7YzeD8XajRvdAAAA\n',
Expand Down
2 changes: 1 addition & 1 deletion python/test/files/junit-xml/no-attributes.results.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "1 errors, 1 fail, 1 skipped, 1 pass in 0s",
"summary": "4 tests   1 :white_check_mark:  0s :stopwatch:\n1 suites  1 :zzz:\n1 files    1 :x:  1 :fire:\n\nResults for commit commit s.\n",
"summary": "4 tests   1   0s ⏱️\n1 suites  1 💤\n1 files    1   1 🔥\n\nResults for commit commit s.\n",
"conclusion": "failure",
"stats": {
"files": 1,
Expand Down
6 changes: 3 additions & 3 deletions python/test/files/junit-xml/no-cases-but-tests.annotations
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
'output': {
'title': '1 fail, 2 skipped, 3 pass in 0s',
'summary':
'6 tests\u2002\u2003\u20033 :white_check_mark:\u2003\u20030s '
':stopwatch:\n1 suites\u2003\u20032 :zzz:\n1 files\u2004\u2002\u2003\u2003'
'1 :x:\n\nResults for commit commit s.\n\n'
'6 tests\u2002\u2003\u20033 \u2003\u20030s ⏱️\n1 suites\u2003\u20032 '
'💤\n1 files\u2004\u2002\u2003\u20031 ❌\n\nResults for commit commit '
's.\n\n'
'[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/02MOw6AIBAFr'
'0KoLfwkFl7GEJS4UcEsUBnv7spH6N7MS+bmCo7V8ol1DePWg/th8SgcGE3YEtLhvmvMe7'
'ZeShJDETtcJPpfKAFHqkWxIhpMQfQ6975Z5yKXWuAqFrhuSXOe4AjSYnYT/HkBNCXSZd0'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "1 fail, 2 skipped, 3 pass in 0s",
"summary": "6 tests   3 :white_check_mark:  0s :stopwatch:\n1 suites  2 :zzz:\n1 files    1 :x:\n\nResults for commit commit s.\n",
"summary": "6 tests   3   0s ⏱️\n1 suites  2 💤\n1 files    1 \n\nResults for commit commit s.\n",
"conclusion": "failure",
"stats": {
"files": 1,
Expand Down
6 changes: 3 additions & 3 deletions python/test/files/junit-xml/no-cases.annotations
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
'output': {
'title': 'No tests found',
'summary':
'0 tests\u2002\u2003\u20030 :white_check_mark:\u2003\u20030s '
':stopwatch:\n1 suites\u2003\u20030 :zzz:\n1 files\u2004\u2002\u2003\u2003'
'0 :x:\n\nResults for commit commit s.\n\n'
'0 tests\u2002\u2003\u20030 \u2003\u20030s ⏱️\n1 suites\u2003\u20030 '
'💤\n1 files\u2004\u2002\u2003\u20030 ❌\n\nResults for commit commit '
's.\n\n'
'[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBAFr'
'0K2ttDWyxiCEDfyMbtQGe8uQaNL92ZeMic49JZhVtOggAvmD9ZCOmOKFceK9cgs98LFmF'
'7seHTCafSdsESJXkMlspgy9/BfayxijWXLpBAwV3iX4k3DdQOuuvQ/3QAAAA==\n',
Expand Down
2 changes: 1 addition & 1 deletion python/test/files/junit-xml/no-cases.results.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "No tests found",
"summary": "0 tests   0 :white_check_mark:  0s :stopwatch:\n1 suites  0 :zzz:\n1 files    0 :x:\n\nResults for commit commit s.\n",
"summary": "0 tests   0   0s ⏱️\n1 suites  0 💤\n1 files    0 \n\nResults for commit commit s.\n",
"conclusion": "success",
"stats": {
"files": 1,
Expand Down
6 changes: 3 additions & 3 deletions python/test/files/junit-xml/non-junit.annotations
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
'output': {
'title': '1 parse errors',
'summary':
'0 tests\u2002\u2003\u20030 :white_check_mark:\u2003\u20030s '
':stopwatch:\n0 suites\u2003\u20030 :zzz:\n1 files\u2004\u2002\u2003\u2003'
'0 :x:\n1 errors\n\nResults for commit commit s.\n\n'
'0 tests\u2002\u2003\u20030 \u2003\u20030s ⏱️\n0 suites\u2003\u20030 '
'💤\n1 files\u2004\u2002\u2003\u20030 \n1 errors\n\nResults for '
'commit commit s.\n\n'
'[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMywqAIBBFf'
'0Vm3aK2/UyIKQ35iBldRf+emNC4u+dcODc49JZhVcukgAvmBnOFvZDOmGLHemSWe+NizC'
'hOvAbhNPpBWKJE3VCJLKbMffzXGotYY9kyKQTMFfpSfGh4XnRU87HdAAAA\n',
Expand Down
2 changes: 1 addition & 1 deletion python/test/files/junit-xml/non-junit.results.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "1 parse errors",
"summary": "0 tests   0 :white_check_mark:  0s :stopwatch:\n0 suites  0 :zzz:\n1 files    0 :x:\n1 errors\n\nResults for commit commit s.\n",
"summary": "0 tests   0   0s ⏱️\n0 suites  0 💤\n1 files    0 \n1 errors\n\nResults for commit commit s.\n",
"conclusion": "failure",
"stats": {
"files": 1,
Expand Down
6 changes: 3 additions & 3 deletions python/test/files/junit-xml/pytest/junit.fail.annotations
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
'output': {
'title': '1 fail, 1 skipped, 3 pass in 2s',
'summary':
'5 tests\u2002\u2003\u20033 :white_check_mark:\u2003\u20032s '
':stopwatch:\n1 suites\u2003\u20031 :zzz:\n1 files\u2004\u2002\u2003\u2003'
'1 :x:\n\nResults for commit commit s.\n\n'
'5 tests\u2002\u2003\u20033 \u2003\u20032s ⏱️\n1 suites\u2003\u20031 '
'💤\n1 files\u2004\u2002\u2003\u20031 ❌\n\nResults for commit commit '
's.\n\n'
'[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBAFr'
'0KoLfzExssYghA3IpgFKuPdXVEUuzez2dm5BqM8H1hTMe4jhBemiCKAs4QtIR3CderzHn'
'2UkkT3iQW25/kWWoD5CYXokExNBqPNvWuWuZu/WuIilrhsSbeuEAiexfws+HECiWEEJ90'
Expand Down
2 changes: 1 addition & 1 deletion python/test/files/junit-xml/pytest/junit.fail.results.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "1 fail, 1 skipped, 3 pass in 2s",
"summary": "5 tests   3 :white_check_mark:  2s :stopwatch:\n1 suites  1 :zzz:\n1 files    1 :x:\n\nResults for commit commit s.\n",
"summary": "5 tests   3   2s ⏱️\n1 suites  1 💤\n1 files    1 \n\nResults for commit commit s.\n",
"conclusion": "failure",
"stats": {
"files": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
'output': {
'title': 'All 10 tests pass, 4 skipped in 1m 12s',
'summary':
'14 tests\u2002\u2003\u200310 :white_check_mark:\u2003\u20031m 12s '
':stopwatch:\n\u20071 suites\u2003\u2003\u20074 :zzz:\n\u20071 files\u2004\u2002'
'\u2003\u2003\u20070 :x:\n\nResults for commit commit s.\n\n'
'14 tests\u2002\u2003\u200310 \u2003\u20031m 12s ⏱️\n\u20071 suites\u2003\u2003'
'\u20074 💤\n\u20071 files\u2004\u2002\u2003\u2003\u20070 ❌\n\nResults '
'for commit commit s.\n\n'
'[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMQQqAIBBFr'
'yKuW1QEQZcJMaMhzRh1Fd290SxrN+/94R18Bq0cH1hTMe4C+BemgMKD3Qj7lpgWn7bugd'
'EFKaOpi1lhJ1NeZgGaRPlQiBazwbC9xXj/grcovcSfXOJvTVpjwBPki7lF8PMCyjZFT+I'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "All 10 tests pass, 4 skipped in 1m 12s",
"summary": "14 tests   10 :white_check_mark:  1m 12s :stopwatch:\n 1 suites   4 :zzz:\n 1 files     0 :x:\n\nResults for commit commit s.\n",
"summary": "14 tests   10   1m 12s ⏱️\n 1 suites   4 💤\n 1 files     0 \n\nResults for commit commit s.\n",
"conclusion": "success",
"stats": {
"files": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
'output': {
'title': 'All 20 tests pass, 2 skipped in 10m 27s',
'summary':
'22 tests\u2002\u2003\u200320 :white_check_mark:\u2003\u200310m 27s '
':stopwatch:\n\u20071 suites\u2003\u2003\u20072 :zzz:\n\u20071 files\u2004\u2002'
'\u2003\u2003\u20070 :x:\n\nResults for commit commit s.\n\n'
'22 tests\u2002\u2003\u200320 \u2003\u200310m 27s ⏱️\n\u20071 suites\u2003'
'\u2003\u20072 💤\n\u20071 files\u2004\u2002\u2003\u2003\u20070 ❌\n\n'
'Results for commit commit s.\n\n'
'[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMMQ6AIAxFr'
'0KYHZRBEy9jCGpsFDAFJuPdLaigW9/7zTv4DNvkeM+ainEXwGcYA0oP1hC2oiNBk4+jEC'
'8MLigVTV3MCns0WcwSNhLlY0K0+BgMJhfj/QveovQSf3KJvzVltQZP8FzMLZKfF82Ojyn'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "All 20 tests pass, 2 skipped in 10m 27s",
"summary": "22 tests   20 :white_check_mark:  10m 27s :stopwatch:\n 1 suites   2 :zzz:\n 1 files     0 :x:\n\nResults for commit commit s.\n",
"summary": "22 tests   20   10m 27s ⏱️\n 1 suites   2 💤\n 1 files     0 \n\nResults for commit commit s.\n",
"conclusion": "success",
"stats": {
"files": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
'output': {
'title': 'All 22 tests pass in 11m 10s',
'summary':
'22 tests\u2002\u2003\u200322 :white_check_mark:\u2003\u200311m 10s '
':stopwatch:\n\u20071 suites\u2003\u2003\u20070 :zzz:\n\u20071 files\u2004\u2002'
'\u2003\u2003\u20070 :x:\n\nResults for commit commit s.\n\n'
'22 tests\u2002\u2003\u200322 \u2003\u200311m 10s ⏱️\n\u20071 suites\u2003'
'\u2003\u20070 💤\n\u20071 files\u2004\u2002\u2003\u2003\u20070 ❌\n\n'
'Results for commit commit s.\n\n'
'[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/12MOw6AIBAFr'
'0KoLdRCEy9jCErc+MEsUBnv7oKIYrczbzMHV7CMhnesKhg3DmyCwaGwoDfCpi1J0GT9WN'
'cP9MZJ+TMz7GTSf68ELJkYETVGg25LRX9nwVu8vcCfXOBvTep1BUsQL2Ymwc8LUe9HxOM'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "All 22 tests pass in 11m 10s",
"summary": "22 tests   22 :white_check_mark:  11m 10s :stopwatch:\n 1 suites   0 :zzz:\n 1 files     0 :x:\n\nResults for commit commit s.\n",
"summary": "22 tests   22   11m 10s ⏱️\n 1 suites   0 💤\n 1 files     0 \n\nResults for commit commit s.\n",
"conclusion": "success",
"stats": {
"files": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
'output': {
'title': 'All 80 tests pass, 17 skipped in 3m 25s',
'summary':
'97 tests\u2002\u2003\u200380 :white_check_mark:\u2003\u20033m 25s '
':stopwatch:\n\u20071 suites\u2003\u200317 :zzz:\n\u20071 files\u2004\u2002\u2003\u2003\u2007'
'0 :x:\n\nResults for commit commit s.\n\n'
'97 tests\u2002\u2003\u200380 \u2003\u20033m 25s ⏱️\n\u20071 suites\u2003\u2003'
'17 💤\n\u20071 files\u2004\u2002\u2003\u2003\u20070 ❌\n\nResults for '
'commit commit s.\n\n'
'[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMTQqAIBBGr'
'yKuW1QQ/VwmxIqGSmPUVXT3xrK03bz3De/gE6yj4R0rMsaNA/vB4FBY0IqwzCsSNFk/tv'
'ULvXFSkmnyaBbYfSD+TAJWMvFlRNQYDDr1Jf39Kz4iCd4i6d2c5qTeNrAE4WJmFvy8ADN'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "All 80 tests pass, 17 skipped in 3m 25s",
"summary": "97 tests   80 :white_check_mark:  3m 25s :stopwatch:\n 1 suites  17 :zzz:\n 1 files     0 :x:\n\nResults for commit commit s.\n",
"summary": "97 tests   80   3m 25s ⏱️\n 1 suites  17 💤\n 1 files     0 \n\nResults for commit commit s.\n",
"conclusion": "success",
"stats": {
"files": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
'output': {
'title': 'All 12 tests pass, 12 skipped in 1m 9s',
'summary':
'24 tests\u2002\u2003\u200312 :white_check_mark:\u2003\u20031m 9s '
':stopwatch:\n\u20071 suites\u2003\u200312 :zzz:\n\u20071 files\u2004\u2002\u2003\u2003\u2007'
'0 :x:\n\nResults for commit commit s.\n\n'
'24 tests\u2002\u2003\u200312 \u2003\u20031m 9s ⏱️\n\u20071 suites\u2003\u2003'
'12 💤\n\u20071 files\u2004\u2002\u2003\u2003\u20070 ❌\n\nResults for '
'commit commit s.\n\n'
'[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMTQqAIBBGr'
'yKuW1REUJcJsaQhzRh1Fd29sR+z3bz3DW/nCvTkeM+qgnEXwCcYAwoPdiVsO2JafNzq5o'
'XBBSnjd/2ZBba/UQI0mTKJCdHiYzCsKRnvX/EWWfASWe/iPCetMeAJnou5WfDjBP7Rpw/'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "All 12 tests pass, 12 skipped in 1m 9s",
"summary": "24 tests   12 :white_check_mark:  1m 9s :stopwatch:\n 1 suites  12 :zzz:\n 1 files     0 :x:\n\nResults for commit commit s.\n",
"summary": "24 tests   12   1m 9s ⏱️\n 1 suites  12 💤\n 1 files     0 \n\nResults for commit commit s.\n",
"conclusion": "success",
"stats": {
"files": 1,
Expand Down
Loading

0 comments on commit dfa9d81

Please sign in to comment.