dev-resources.site
for different kinds of informations.
Beautiful .NET Test Reports Using GitHub Actions
Published at
3/27/2024
Categories
dotnet
devops
cicd
github
Author
Sean Killeen
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
Articles
12 articles in total
How to Run Docker-based .NET apps in JetBrains Rider Without “Fast Mode”
read article
Beautiful .NET Test Reports Using GitHub Actions
currently reading
Tips for Getting Un-Stuck on a Blogging Journey
read article
How to Write a Successful Job Description for a Developer Role
read article
Shrink Your Meeting “Feedback Loops”
read article
How to Set up Netlify Deploys for Docfx using GitHub Actions
read article
I Built a Tiny Tool for 1-on-1 Meeting Topics!
read article
Creating and Modeling “Sensible Happy Paths” for Software Team Success
read article
My Current Approach To Software Delivery
read article
Tips to Help Yourself Stand Out During a Tech Job Search
read article
How I Use Trello as a “Continuous Travel Packing List”
read article
How I Created an Automated (and Humane!) Hiring Process Using Jira
read article
Featured ones: