diff --git a/.github/workflows/deep-source.yml b/.github/workflows/deep-source.yml index 32d9cd8..e653fc3 100644 --- a/.github/workflows/deep-source.yml +++ b/.github/workflows/deep-source.yml @@ -22,7 +22,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: '7.0.x' + dotnet-version: '8.0.x' - name: Build and analyze env: @@ -30,4 +30,4 @@ jobs: run: | dotnet build -c Debug --verbosity minimal dotnet test -c Debug --verbosity minimal --no-build --no-restore /p:CollectCoverage=true /p:CoverletOutputFormat="cobertura" - ./bin/deepsource report --analyzer test-coverage --key csharp --value-file ./Tests/POCTemplate.Tests/coverage.cobertura.xml + ./bin/deepsource report --analyzer test-coverage --key csharp --value-file ./Tests/POCBlockchain.Tests/coverage.cobertura.xml