How to publish Code Coverage summary reports Github actions
Learn how to generate code coverage summary reports and view them on your GitHub actions
Learn how to generate code coverage summary reports and view them on your GitHub actions
In this post we are going to initially create a Cake Script to Build, Test and Publish a test coverage to azure devops on every commit to master.
we will explore how we can use Cake to build and publish our Docker containers to a Docker Container Registry in this example we will be using Github Container Registry.
Cake is a build automation system for .NET Developers to script their build processes using a C# Domain Specific Language (DSL). In this post, we’ll explore the benefits of Cake and its major features with a concrete working example to achieve a flexible, maintainable, automated build process.
developing software and working with a build or integration server, there are certain conventions that one should follow when making updates to the shared codebase
A detailed step by step on how to install configure cake on a ubuntu headless server to build ASP.net core applications