diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 08dac5f..eaee555 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -21,7 +21,7 @@ jobs: - name: Build run: dotnet build --no-restore - name: Test with Coverlet - run: dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage" --settings test.runsettings + run: dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage" --settings .github/workflows/test.runsettings env: COVERLET_OUTPUT: PagBankTest/TestResults/coverage/ - name: Generate Coverage Report