From 27652dc3354d38dcf75c33293e1090ea3bca2f12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B8=D1=82=D0=B0=D0=BB=D0=B8=D0=B9=20=D0=9A=D0=B2?= =?UTF-8?q?=D0=B0=D1=88=D0=B8=D0=BD?= Date: Fri, 27 Dec 2024 12:46:29 +0400 Subject: [PATCH] Try to fix cicd. New idea --- .github/workflows/cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 172cf87..eb8e7bf 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -39,7 +39,7 @@ jobs: --configuration Release \ --collect:"XPlat Code Coverage" \ --results-directory ./TestResults \ - "/p:Exclude=[LyricsScraperNET.TestShared*]*,[LyricsScraperNET.Client*]*" \ + "/p:Exclude=\[LyricsScraperNET.TestShared\*\]\*,\[LyricsScraperNET.Client\*\]\*" \ "/p:CoverletOutputFormat=cobertura" - name: Upload Coverage to Codecov uses: codecov/codecov-action@v5