diff --git a/.github/workflows/deep-source.yml b/.github/workflows/deep-source.yml index 32d9cd8..7960826 100644 --- a/.github/workflows/deep-source.yml +++ b/.github/workflows/deep-source.yml @@ -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