From a97fb67e36efbdf5b8ddd5d1347780759030de69 Mon Sep 17 00:00:00 2001 From: Andreas Pfohl Date: Thu, 25 Jan 2024 17:05:01 +0100 Subject: [PATCH] Updated AwesomeResult and added status badges --- HotwiredBooks/HotwiredBooks.csproj | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HotwiredBooks/HotwiredBooks.csproj b/HotwiredBooks/HotwiredBooks.csproj index 38e6249..36b44f9 100644 --- a/HotwiredBooks/HotwiredBooks.csproj +++ b/HotwiredBooks/HotwiredBooks.csproj @@ -7,7 +7,7 @@ - + diff --git a/README.md b/README.md index 946349c..8b528a6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # HotwiredBooks +[![.NET](/~https://github.com/apfohl/HotwiredBooks/actions/workflows/dotnet.yml/badge.svg)](/~https://github.com/apfohl/HotwiredBooks/actions/workflows/dotnet.yml) [![codecov](https://codecov.io/gh/apfohl/HotwiredBooks/graph/badge.svg?token=H95UBUIYAU)](https://codecov.io/gh/apfohl/HotwiredBooks) + This is a proof of concept application showing a way to integrate [Hotwire](https://hotwired.dev) and [ASP.NET](https://dotnet.microsoft.com/en-us/apps/aspnet). ## Build and run