From 07f3c7e9ae817c31ee11938d6a10399d7ce73788 Mon Sep 17 00:00:00 2001 From: Philippe Matray Date: Mon, 27 Nov 2023 16:22:33 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d4948945..8d36e63d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,7 @@ jobs: dotnet-version: 8.x - name: Run Unit Tests - run: otnet test --configuration Release --verbosity normal --collect:"XPlat Code Coverage" /p:CollectCoverage=true /p:CoverletOutputFormat=opencover + run: dotnet test --configuration Release --verbosity normal --collect:"XPlat Code Coverage" /p:CollectCoverage=true /p:CoverletOutputFormat=opencover - name: Upload Code Coverage uses: codecov/codecov-action@v3