From 81eba501d04e558b65c4353b789b022043763762 Mon Sep 17 00:00:00 2001
From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com>
Date: Wed, 5 Feb 2025 15:21:55 -0600
Subject: [PATCH] tests: add test coverage support
---
src/AltGen.API.Tests/AltGen.API.Tests.csproj | 21 ++++++++++++++++++--
src/AltGen.API/AltGen.API.http | 6 ------
2 files changed, 19 insertions(+), 8 deletions(-)
delete mode 100644 src/AltGen.API/AltGen.API.http
diff --git a/src/AltGen.API.Tests/AltGen.API.Tests.csproj b/src/AltGen.API.Tests/AltGen.API.Tests.csproj
index cd27444..4684afd 100644
--- a/src/AltGen.API.Tests/AltGen.API.Tests.csproj
+++ b/src/AltGen.API.Tests/AltGen.API.Tests.csproj
@@ -8,7 +8,14 @@
-
+
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+ all
+
+
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+ all
+
@@ -17,7 +24,17 @@
-
+
+ true
+ ./TestResults/Coverage/
+ cobertura
+ [AltGen.API]*
+ **/Program.cs
+
+
+
+
+
diff --git a/src/AltGen.API/AltGen.API.http b/src/AltGen.API/AltGen.API.http
deleted file mode 100644
index 2c09d52..0000000
--- a/src/AltGen.API/AltGen.API.http
+++ /dev/null
@@ -1,6 +0,0 @@
-@AltGen.API_HostAddress = http://localhost:5005
-
-GET {{AltGen.API_HostAddress}}/weatherforecast/
-Accept: application/json
-
-###