From 5c480de34275c5408f093341b49f90623f98769a Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Tue, 13 Aug 2024 23:17:23 +0100 Subject: [PATCH] Update deep-source.yml --- .github/workflows/deep-source.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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