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 - -###