diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index af461e9..9d4ba78 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -37,7 +37,7 @@ jobs: - name: Pack the project run: dotnet pack --configuration Release - name: Generate coverage report - run: reportgenerator -reporttypes:MarkdownSummary -reports:**/coverage.cobertura.xml -targetdir:./reports/coverage + run: reportgenerator -reporttypes:MarkdownSummary -reports:**/coverage.cobertura.*.xml -targetdir:./reports/coverage - uses: actions/upload-artifact@v7 with: name: coverage diff --git a/tests/lib/BinkyLabs.OpenApi.Overlays.Tests.csproj b/tests/lib/BinkyLabs.OpenApi.Overlays.Tests.csproj index 6573f11..57c2b31 100644 --- a/tests/lib/BinkyLabs.OpenApi.Overlays.Tests.csproj +++ b/tests/lib/BinkyLabs.OpenApi.Overlays.Tests.csproj @@ -12,7 +12,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive; compile all diff --git a/tests/tool/BinkyLabs.OpenApi.Overlays.Cli.Tests.csproj b/tests/tool/BinkyLabs.OpenApi.Overlays.Cli.Tests.csproj index efc1fc2..147f1b1 100644 --- a/tests/tool/BinkyLabs.OpenApi.Overlays.Cli.Tests.csproj +++ b/tests/tool/BinkyLabs.OpenApi.Overlays.Cli.Tests.csproj @@ -12,7 +12,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive; compile all