From b00af77e066f63a31d2b4d87fd9241db07d49058 Mon Sep 17 00:00:00 2001 From: matmiranda Date: Wed, 2 Aug 2023 00:03:02 -0300 Subject: [PATCH] add test --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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