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

Show test summary in CI #1080

Open
ErikSchierboom opened this issue May 28, 2022 · 2 comments
Open

Show test summary in CI #1080

ErikSchierboom opened this issue May 28, 2022 · 2 comments
Labels
x:action/improve Improve existing functionality/content x:knowledge/none No existing Exercism knowledge required x:size/medium Medium amount of work x:type/ci Work on Continuous Integration (e.g. GitHub Actions workflows)

Comments

@ErikSchierboom
Copy link
Member

With Github Actions now supporting Job Summaries, we can leverage this to show the test results in a nice way.
For that, we can use the Test Summary Action: https://github.com/test-summary/action
See https://github.com/test-summary/examples/tree/main/dotnet for how to integrate this with .NET.
Note: we should only do this when run in CI, so the test.ps1 script should detect this (probably via an environment variable, see https://docs.github.com/en/actions/learn-github-actions/environment-variables#default-environment-variables).

@ErikSchierboom ErikSchierboom added x:action/improve Improve existing functionality/content x:knowledge/none No existing Exercism knowledge required x:type/ci Work on Continuous Integration (e.g. GitHub Actions workflows) x:size/medium Medium amount of work labels May 28, 2022
@64J0
Copy link

64J0 commented Jun 9, 2023

Do you have some specific workflow in mind for this feature @ErikSchierboom ?

@ErikSchierboom
Copy link
Member Author

@64J0 I don't really.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
x:action/improve Improve existing functionality/content x:knowledge/none No existing Exercism knowledge required x:size/medium Medium amount of work x:type/ci Work on Continuous Integration (e.g. GitHub Actions workflows)
Projects
None yet
Development

No branches or pull requests

2 participants