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