Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add action result as json output / file #230

Merged
merged 13 commits into from
Mar 7, 2022
Merged

Conversation

EnricoMi
Copy link
Owner

@EnricoMi EnricoMi commented Mar 2, 2022

This provides the results gathered by the action as JSON content as a file and json output, where the latter is constraint in size.

Fixes #199.

@github-actions

This comment has been minimized.

@github-actions
Copy link

github-actions bot commented Mar 2, 2022

Unit Test Results (Linux)

       54 files  ±    0         54 suites  ±0   2m 48s ⏱️ -13s
     267 tests +    2       267 ✔️ +    2      0 💤 ±0  0 ±0 
14 418 runs  +108  13 986 ✔️ +108  432 💤 ±0  0 ±0 

Results for commit a59b378. ± Comparison against base commit af300a5.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Mar 2, 2022

Unit Test Results (macOS)

       54 files  ±    0         54 suites  ±0   2m 48s ⏱️ -13s
     267 tests +    2       267 ✔️ +    2      0 💤 ±0  0 ±0 
14 418 runs  +108  13 986 ✔️ +108  432 💤 ±0  0 ±0 

Results for commit a59b378. ± Comparison against base commit af300a5.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Mar 2, 2022

Unit Test Results (Test Files)

  25 files  ±0      4 errors  22 suites  ±0   39m 12s ⏱️ ±0s
272 tests ±0  227 ✔️ ±0  18 💤 ±0  23 ±0  4 🔥 ±0 
443 runs  ±0  357 ✔️ ±0  55 💤 ±0  26 ±0  5 🔥 ±0 

For more details on these parsing errors, failures and errors, see this check.

Results for commit a59b378. ± Comparison against base commit af300a5.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Mar 2, 2022

Unit Test Results (Docker Image)

       54 files  ±    0         54 suites  ±0   2m 48s ⏱️ -13s
     267 tests +    2       267 ✔️ +    2      0 💤 ±0  0 ±0 
14 418 runs  +108  13 986 ✔️ +108  432 💤 ±0  0 ±0 

Results for commit a59b378. ± Comparison against base commit af300a5.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Mar 2, 2022

Unit Test Results (Dockerfile)

       54 files  ±    0         54 suites  ±0   2m 48s ⏱️ -13s
     267 tests +    2       267 ✔️ +    2      0 💤 ±0  0 ±0 
14 418 runs  +108  13 986 ✔️ +108  432 💤 ±0  0 ±0 

Results for commit a59b378. ± Comparison against base commit af300a5.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Mar 2, 2022

Unit Test Results (reference)

       54 files  ±    0         54 suites  ±0   2m 48s ⏱️ -13s
     267 tests +    2       267 ✔️ +    2      0 💤 ±0  0 ±0 
14 418 runs  +108  13 986 ✔️ +108  432 💤 ±0  0 ±0 

Results for commit a59b378. ± Comparison against base commit af300a5.

♻️ This comment has been updated with latest results.

@github-actions

This comment has been minimized.

@github-actions
Copy link

github-actions bot commented Mar 2, 2022

Unit Test Results (Windows)

       54 files  ±    0         54 suites  ±0   2m 48s ⏱️ -13s
     267 tests +    2       267 ✔️ +    2      0 💤 ±0  0 ±0 
14 418 runs  +108  13 986 ✔️ +108  432 💤 ±0  0 ±0 

Results for commit a59b378. ± Comparison against base commit af300a5.

♻️ This comment has been updated with latest results.

@EnricoMi EnricoMi marked this pull request as ready for review March 2, 2022 17:11
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@EnricoMi EnricoMi force-pushed the branch-json-output branch 2 times, most recently from d8ce4b6 to 11c02e5 Compare March 2, 2022 20:22
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions
Copy link

github-actions bot commented Mar 7, 2022

Unit Test Results (setup-python)

       54 files  ±    0         54 suites  ±0   2m 48s ⏱️ -13s
     267 tests +    2       267 ✔️ +    2      0 💤 ±0  0 ±0 
14 418 runs  +108  13 986 ✔️ +108  432 💤 ±0  0 ±0 

Results for commit a59b378. ± Comparison against base commit af300a5.

@EnricoMi EnricoMi merged commit a1df26f into master Mar 7, 2022
@EnricoMi EnricoMi deleted the branch-json-output branch March 7, 2022 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide test results as action output
1 participant