-
-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Labels
x:action/improveImprove existing functionality/contentImprove existing functionality/contentx:knowledge/noneNo existing Exercism knowledge requiredNo existing Exercism knowledge requiredx:size/mediumMedium amount of workMedium amount of workx:type/ciWork on Continuous Integration (e.g. GitHub Actions workflows)Work on Continuous Integration (e.g. GitHub Actions workflows)
Description
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).
Metadata
Metadata
Assignees
Labels
x:action/improveImprove existing functionality/contentImprove existing functionality/contentx:knowledge/noneNo existing Exercism knowledge requiredNo existing Exercism knowledge requiredx:size/mediumMedium amount of workMedium amount of workx:type/ciWork on Continuous Integration (e.g. GitHub Actions workflows)Work on Continuous Integration (e.g. GitHub Actions workflows)