Beautiful .NET Test Reports Using GitHub Actions
Sean Killeen

Sean Killeen @seankilleen

About: A mind at work. Microsoft MVP && Passionate .NET dev lead && VP, Innovation and Products at SCT Software. Opinions here are mine. Trying to be all the human I can be with the time I have.

Location:
Arlington, VA
Joined:
Dec 27, 2017

Beautiful .NET Test Reports Using GitHub Actions

Publish Date: Mar 31 '24
0 0

I know some folks who would like to move to GitHub Actions from Azure DevOps, but would really miss the “Test View” that Azure DevOps provides. Let’s see if we can work some magic with GitHub Actions to get us close to that within GitHub.

Goals

  • Work entirely within GitHub Actions
  • Show test results within a pull request
  • Show difference in number of tests
  • When tests fail, be able to quickly see which tests failed, and the failure/trace
  • Understand test coverage

Sample Project

I’ve created a sample project that uses these techniques at https://github.com/SeanKilleen/ExampleTestResultsWithGithubActions. Feel free to submit a pull request to see it in action!

Project Structure

Read the rest on SeanKilleen.com!

Comments 0 total

    Add comment