Skip to content

Commit

Permalink
Improve emoji for passed tests (#542)
Browse files Browse the repository at this point in the history
* Improve emoji for passed tests
* Amend symbol table in README.md
* Adjust digit space and runs label
  • Loading branch information
EnricoMi committed Dec 18, 2023
1 parent b9929bc commit 3cd0197
Show file tree
Hide file tree
Showing 72 changed files with 270 additions and 285 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,14 @@ Check your favorite development and test environment for its JSON, TRX file or J

|Test Environment |Language| JUnit<br/>XML | NUnit<br/>XML | XUnit<br/>XML | TRX<br/>file | JSON<br/>file |
|-----------------|:------:|:---------:|:---------:|:---------:|:---:|:---:|
|[Dart](https://github.com/dart-lang/test/blob/master/pkgs/test/doc/json_reporter.md)|Dart, Flutter| | | | | :heavy_check_mark: |
|[Jest](https://jestjs.io/docs/configuration#default-reporter)|JavaScript|:heavy_check_mark:| | | | |
|[Maven](https://maven.apache.org/surefire/maven-surefire-plugin/examples/junit.html)|Java, Scala, Kotlin|:heavy_check_mark:| | | | |
|[Mocha](https://mochajs.org/#xunit)|JavaScript|:heavy_check_mark:| |[not xunit](https://github.com/mochajs/mocha/issues/4758)| | :heavy_check_mark: |
|[MStest / dotnet](https://github.com/Microsoft/vstest-docs/blob/main/docs/report.md#syntax-of-default-loggers)|.Net|[:heavy_check_mark:](https://github.com/spekt/junit.testlogger#usage)|[:heavy_check_mark:](https://github.com/spekt/nunit.testlogger#usage)|[:heavy_check_mark:](https://github.com/spekt/xunit.testlogger#usage)|[:heavy_check_mark:](https://github.com/Microsoft/vstest-docs/blob/main/docs/report.md#syntax-of-default-loggers)| |
|[pytest](https://docs.pytest.org/en/latest/how-to/output.html#creating-junitxml-format-files)|Python|:heavy_check_mark:| | | | |
|[sbt](https://www.scala-sbt.org/release/docs/Testing.html#Test+Reports)|Scala|:heavy_check_mark:| | | | |
|Your favorite<br/>environment|Your favorite<br/>language|probably<br/>:heavy_check_mark:| | | | |
|[Dart](https://github.com/dart-lang/test/blob/master/pkgs/test/doc/json_reporter.md)|Dart, Flutter| | | | |:white_check_mark:|
|[Jest](https://jestjs.io/docs/configuration#default-reporter)|JavaScript|:white_check_mark:| | | | |
|[Maven](https://maven.apache.org/surefire/maven-surefire-plugin/examples/junit.html)|Java, Scala, Kotlin|:white_check_mark:| | | | |
|[Mocha](https://mochajs.org/#xunit)|JavaScript|:white_check_mark:| |[not xunit](https://github.com/mochajs/mocha/issues/4758)| |:white_check_mark:|
|[MStest / dotnet](https://github.com/Microsoft/vstest-docs/blob/main/docs/report.md#syntax-of-default-loggers)|.Net|[:white_check_mark:](https://github.com/spekt/junit.testlogger#usage)|[:white_check_mark:](https://github.com/spekt/nunit.testlogger#usage)|[:white_check_mark:](https://github.com/spekt/xunit.testlogger#usage)|[:white_check_mark:](https://github.com/Microsoft/vstest-docs/blob/main/docs/report.md#syntax-of-default-loggers)| |
|[pytest](https://docs.pytest.org/en/latest/how-to/output.html#creating-junitxml-format-files)|Python|:white_check_mark:| | | | |
|[sbt](https://www.scala-sbt.org/release/docs/Testing.html#Test+Reports)|Scala|:white_check_mark:| | | | |
|Your favorite<br/>environment|Your favorite<br/>language|probably<br/>:white_check_mark:| | | | |

## What is new in version 2

Expand Down Expand Up @@ -236,7 +236,7 @@ The symbols have the following meaning:

|Symbol|Meaning|
|:----:|-------|
|<img src="https://github.githubassets.com/images/icons/emoji/unicode/2714.png" height="20"/>|A successful test or run|
|<img src="https://github.githubassets.com/images/icons/emoji/unicode/2714.png" height="20"/>  :white_check_mark:|A successful test or run|
|<img src="https://github.githubassets.com/images/icons/emoji/unicode/1f4a4.png" height="20"/>|A skipped test or run|
|<img src="https://github.githubassets.com/images/icons/emoji/unicode/274c.png" height="20"/>|A failed test or run|
|<img src="https://github.githubassets.com/images/icons/emoji/unicode/1f525.png" height="20"/>|An erroneous test or run|
Expand Down Expand Up @@ -344,7 +344,7 @@ Here is an example JSON:
```json
{
"title": "4 parse errors, 4 errors, 23 fail, 18 skipped, 227 pass in 39m 12s",
"summary": "  24 files  ±0      4 errors  21 suites  ±0   39m 12s [:stopwatch:](https://github.com/EnricoMi/publish-unit-test-result-action/blob/v2.6.1/README.md#the-symbols \"duration of all tests\") ±0s\n272 tests ±0  227 [:heavy_check_mark:](https://github.com/EnricoMi/publish-unit-test-result-action/blob/v2.6.1/README.md#the-symbols \"passed tests\") ±0  18 [:zzz:](https://github.com/EnricoMi/publish-unit-test-result-action/blob/v2.6.1/README.md#the-symbols \"skipped / disabled tests\") ±0  23 [:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blob/v2.6.1/README.md#the-symbols \"failed tests\") ±0  4 [:fire:](https://github.com/EnricoMi/publish-unit-test-result-action/blob/v2.6.1/README.md#the-symbols \"test errors\") ±0 \n437 runs  ±0  354 [:heavy_check_mark:](https://github.com/EnricoMi/publish-unit-test-result-action/blob/v2.6.1/README.md#the-symbols \"passed tests\") ±0  53 [:zzz:](https://github.com/EnricoMi/publish-unit-test-result-action/blob/v2.6.1/README.md#the-symbols \"skipped / disabled tests\") ±0  25 [:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blob/v2.6.1/README.md#the-symbols \"failed tests\") ±0  5 [:fire:](https://github.com/EnricoMi/publish-unit-test-result-action/blob/v2.6.1/README.md#the-symbols \"test errors\") ±0 \n\nResults for commit 11c02e56. ± Comparison against earlier commit d8ce4b6c.\n",
"summary": "  24 files  ±0      4 errors  21 suites  ±0   39m 12s [:stopwatch:](https://github.com/EnricoMi/publish-unit-test-result-action/blob/v2.6.1/README.md#the-symbols \"duration of all tests\") ±0s\n272 tests ±0  227 [:white_check_mark:](https://github.com/EnricoMi/publish-unit-test-result-action/blob/v2.6.1/README.md#the-symbols \"passed tests\") ±0  18 [:zzz:](https://github.com/EnricoMi/publish-unit-test-result-action/blob/v2.6.1/README.md#the-symbols \"skipped / disabled tests\") ±0  23 [:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blob/v2.6.1/README.md#the-symbols \"failed tests\") ±0  4 [:fire:](https://github.com/EnricoMi/publish-unit-test-result-action/blob/v2.6.1/README.md#the-symbols \"test errors\") ±0 \n437 runs  ±0  354 [:white_check_mark:](https://github.com/EnricoMi/publish-unit-test-result-action/blob/v2.6.1/README.md#the-symbols \"passed tests\") ±0  53 [:zzz:](https://github.com/EnricoMi/publish-unit-test-result-action/blob/v2.6.1/README.md#the-symbols \"skipped / disabled tests\") ±0  25 [:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blob/v2.6.1/README.md#the-symbols \"failed tests\") ±0  5 [:fire:](https://github.com/EnricoMi/publish-unit-test-result-action/blob/v2.6.1/README.md#the-symbols \"test errors\") ±0 \n\nResults for commit 11c02e56. ± Comparison against earlier commit d8ce4b6c.\n",
"conclusion": "success",
"stats": {
"files": 24,
Expand Down
6 changes: 3 additions & 3 deletions python/publish/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
digest_mime_type = 'application/gzip'
digest_encoding = 'base64'
digest_header = f'{digest_prefix}{digest_mime_type};{digest_encoding},'
digit_space = '  '
digit_space = ''
punctuation_space = ' '

comment_mode_off = 'off'
Expand Down Expand Up @@ -446,7 +446,7 @@ def get_link_and_tooltip_label_md(label: str, tooltip: str) -> str:


all_tests_label_md = 'tests'
passed_tests_label_md = ':heavy_check_mark:'
passed_tests_label_md = ':white_check_mark:'
skipped_tests_label_md = ':zzz:'
failed_tests_label_md = ':x:'
test_errors_label_md = ':fire:'
Expand Down Expand Up @@ -637,7 +637,7 @@ def get_long_summary_with_runs_md(stats: UnitTestRunResultsOrDeltaResults,
runs_error=as_stat_number(stats.runs_error, error_digits, error_delta_digits, test_errors_label_md)
) if get_magnitude(stats.runs_error) else ''
runs_line = '{runs} {runs_succ} {runs_skip} {runs_fail}{runs_error_part}\n'.format(
runs=as_stat_number(stats.runs, files_digits, files_delta_digits, 'runs'),
runs=as_stat_number(stats.runs, files_digits, files_delta_digits, 'runs'),
runs_succ=as_stat_number(stats.runs_succ, success_digits, success_delta_digits, passed_tests_label_md),
runs_skip=as_stat_number(stats.runs_skip, skip_digits, skip_delta_digits, skipped_tests_label_md),
runs_fail=as_stat_number(stats.runs_fail, fail_digits, fail_delta_digits, failed_tests_label_md),
Expand Down
8 changes: 4 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,10 @@
'output': {
'title': '2 errors, 1 fail, 1 skipped, 16 pass in 0s',
'summary':
'20 tests\u2002\u2003\u200316 :heavy_check_mark:\u2003\u20030s '
':stopwatch:\n\u205f\u20044 suites\u2003\u2003\u205f\u20041 :zzz:\n\u205f\u2004'
'1 files\u2004\u2002\u2003\u2003\u205f\u20041 :x:\u2003\u20032 :fire:\n'
'\nResults for commit commit s.\n\n'
'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'
'[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/junit-xml/bazel/suite-logs.annotations
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'output': {
'title': '1 errors in 0s',
'summary':
'1 tests\u2002\u2003\u20030 :heavy_check_mark:\u2003\u20030s '
'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'
'[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMMQ6AIBAEv'
Expand Down
2 changes: 1 addition & 1 deletion python/test/files/junit-xml/jest/jest-junit.annotations
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'output': {
'title': 'All 2 tests pass in 0s',
'summary':
'2 tests\u2002\u2003\u20032 :heavy_check_mark:\u2003\u20030s '
'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'
'[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBBEr'
Expand Down
4 changes: 2 additions & 2 deletions python/test/files/junit-xml/junit.multiresult.annotations
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
'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 :heavy_check_mark:\u20031 :zzz:\u20031 :x:\u20031 :fire:\n4 runs\u2006\u2003'
'-2 :heavy_check_mark:\u20033 :zzz:\u20032 :x:\u20031 :fire:\n\n'
'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'
'[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBAFr'
'0KotfBTeRlCEONGPmYXKuPdlQhEujdvkrn4BkYTX9jQMU4RQoU1ogzgXcZXhKTmsgVFpf'
Expand Down
2 changes: 1 addition & 1 deletion python/test/files/junit-xml/minimal-attributes.annotations
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'output': {
'title': '1 errors, 1 fail, 1 skipped, 1 pass in 0s',
'summary':
'4 tests\u2002\u2003\u20031 :heavy_check_mark:\u2003\u20030s '
'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'
'[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBAFr'
Expand Down
9 changes: 4 additions & 5 deletions python/test/files/junit-xml/mocha/latex-utensils.annotations
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@
'output': {
'title': 'All 101 tests pass in 0s',
'summary':
'\u205f\u2004\u205f\u20041 files\u2004\u2003\u205f\u2004\u205f\u20041 '
'suites\u2004\u2003\u20020s :stopwatch:\n101 tests\u2003101 '
':heavy_check_mark:\u20030 :zzz:\u20030 :x:\n109 runs\u2006\u2003109 '
':heavy_check_mark:\u20030 :zzz:\u20030 :x:\n\nResults for commit '
'commit s.\n\n'
'\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'
'[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/12MMQ6AIBAEv'
'0KoLaDUzxCCEC8imAMq498liIJ2N7O5OagBqwOdCB8IDQniC3NCGcG7jCxjHmKZGH9IhK'
'TUX62w9x/CSLAfoRE9VoPJ3c2xQks204qFu2Dhvqf8tkHMUC8SFknPC30yEpLlAAAA\n',
Expand Down
2 changes: 1 addition & 1 deletion python/test/files/junit-xml/no-attributes.annotations
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'output': {
'title': '1 errors, 1 fail, 1 skipped, 1 pass in 0s',
'summary':
'4 tests\u2002\u2003\u20031 :heavy_check_mark:\u2003\u20030s '
'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'
'[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBAFr'
Expand Down
2 changes: 1 addition & 1 deletion python/test/files/junit-xml/no-cases-but-tests.annotations
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'output': {
'title': '1 fail, 2 skipped, 3 pass in 0s',
'summary':
'6 tests\u2002\u2003\u20033 :heavy_check_mark:\u2003\u20030s '
'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'
'[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/02MOw6AIBAFr'
Expand Down
2 changes: 1 addition & 1 deletion python/test/files/junit-xml/no-cases.annotations
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'output': {
'title': 'No tests found',
'summary':
'0 tests\u2002\u2003\u20030 :heavy_check_mark:\u2003\u20030s '
'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'
'[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBAFr'
Expand Down
2 changes: 1 addition & 1 deletion python/test/files/junit-xml/non-junit.annotations
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'output': {
'title': '1 parse errors',
'summary':
'0 tests\u2002\u2003\u20030 :heavy_check_mark:\u2003\u20030s '
'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'
'[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMywqAIBBFf'
Expand Down
2 changes: 1 addition & 1 deletion python/test/files/junit-xml/pytest/junit.fail.annotations
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'output': {
'title': '1 fail, 1 skipped, 3 pass in 2s',
'summary':
'5 tests\u2002\u2003\u20033 :heavy_check_mark:\u2003\u20032s '
'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'
'[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBAFr'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
'output': {
'title': 'All 10 tests pass, 4 skipped in 1m 12s',
'summary':
'14 tests\u2002\u2003\u200310 :heavy_check_mark:\u2003\u20031m 12s '
':stopwatch:\n\u205f\u20041 suites\u2003\u2003\u205f\u20044 :zzz:\n\u205f\u2004'
'1 files\u2004\u2002\u2003\u2003\u205f\u20040 :x:\n\nResults for '
'commit commit s.\n\n'
'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'
'[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
Expand Up @@ -7,10 +7,9 @@
'output': {
'title': 'All 20 tests pass, 2 skipped in 10m 27s',
'summary':
'22 tests\u2002\u2003\u200320 :heavy_check_mark:\u2003\u200310m 27s '
':stopwatch:\n\u205f\u20041 suites\u2003\u2003\u205f\u20042 :zzz:\n\u205f\u2004'
'1 files\u2004\u2002\u2003\u2003\u205f\u20040 :x:\n\nResults for '
'commit commit s.\n\n'
'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'
'[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
Expand Up @@ -7,10 +7,9 @@
'output': {
'title': 'All 22 tests pass in 11m 10s',
'summary':
'22 tests\u2002\u2003\u200322 :heavy_check_mark:\u2003\u200311m 10s '
':stopwatch:\n\u205f\u20041 suites\u2003\u2003\u205f\u20040 :zzz:\n\u205f\u2004'
'1 files\u2004\u2002\u2003\u2003\u205f\u20040 :x:\n\nResults for '
'commit commit s.\n\n'
'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'
'[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/12MOw6AIBAFr'
'0KoLdRCEy9jCErc+MEsUBnv7oKIYrczbzMHV7CMhnesKhg3DmyCwaGwoDfCpi1J0GT9WN'
'cP9MZJ+TMz7GTSf68ELJkYETVGg25LRX9nwVu8vcCfXOBvTep1BUsQL2Ymwc8LUe9HxOM'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
'output': {
'title': 'All 80 tests pass, 17 skipped in 3m 25s',
'summary':
'97 tests\u2002\u2003\u200380 :heavy_check_mark:\u2003\u20033m 25s '
':stopwatch:\n\u205f\u20041 suites\u2003\u200317 :zzz:\n\u205f\u20041 '
'files\u2004\u2002\u2003\u2003\u205f\u20040 :x:\n\nResults for commit '
'commit s.\n\n'
'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'
'[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
Expand Up @@ -7,10 +7,9 @@
'output': {
'title': 'All 12 tests pass, 12 skipped in 1m 9s',
'summary':
'24 tests\u2002\u2003\u200312 :heavy_check_mark:\u2003\u20031m 9s '
':stopwatch:\n\u205f\u20041 suites\u2003\u200312 :zzz:\n\u205f\u20041 '
'files\u2004\u2002\u2003\u2003\u205f\u20040 :x:\n\nResults for commit '
'commit s.\n\n'
'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'
'[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
Expand Up @@ -7,7 +7,7 @@
'output': {
'title': 'All 3 tests pass in 15s',
'summary':
'3 tests\u2002\u2003\u20033 :heavy_check_mark:\u2003\u200315s '
'3 tests\u2002\u2003\u20033 :white_check_mark:\u2003\u200315s '
':stopwatch:\n1 suites\u2003\u20030 :zzz:\n1 files\u2004\u2002\u2003\u2003'
'0 :x:\n\nResults for commit commit s.\n\n'
'[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBAFr'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
'output': {
'title': 'All 96 tests pass, 1 skipped in 3m 39s',
'summary':
'97 tests\u2002\u2003\u200396 :heavy_check_mark:\u2003\u20033m 39s '
':stopwatch:\n\u205f\u20041 suites\u2003\u2003\u205f\u20041 :zzz:\n\u205f\u2004'
'1 files\u2004\u2002\u2003\u2003\u205f\u20040 :x:\n\nResults for '
'commit commit s.\n\n'
'97 tests\u2002\u2003\u200396 :white_check_mark:\u2003\u20033m 39s '
':stopwatch:\n\u20071 suites\u2003\u2003\u20071 :zzz:\n\u20071 files\u2004\u2002'
'\u2003\u2003\u20070 :x:\n\nResults for commit commit s.\n\n'
'[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBAFr'
'0KoLdRCo5cxBCFu/GAWqIx3d1FE7N7MS+bgGhZlec+qgnHrwSUYPQoHZiOsq44EXS6cXf'
'vCYL2UwTSfmWGPgUdoAQuJMgmFaDAa9Fsqhv0LPuLr3Zzlbs5r0qwrOIK4mJ0EPy/3HdY'
Expand Down
Loading

0 comments on commit 3cd0197

Please sign in to comment.