From 43015296b4e154393c1343c7d623a139bba0a0c5 Mon Sep 17 00:00:00 2001 From: Adne Moretti <64036847+AdneMoretti@users.noreply.github.com> Date: Wed, 10 Jul 2024 07:39:41 -0300 Subject: [PATCH] fix: atualizando nome do projeto no test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1476b7d..4b37255 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: - name: Corrige reports path run: | - sed -i 's/\/home\/runner\/work\/2023-1-MeasureSoftGram-Core\/2023-1-MeasureSoftGram-Core<\/source>/\/github\/workspace<\/source>/g' coverage.xml + sed -i 's/\/home\/runner\/work\/2024.1-MeasureSoftGram-Core\/2024.1-MeasureSoftGram-Core<\/source>/\/github\/workspace<\/source>/g' coverage.xml - name: Scanner do SonarCloud uses: SonarSource/sonarcloud-github-action@v2.3.0 @@ -49,5 +49,5 @@ jobs: fail_ci_if_error: true files: ./coverage.xml flags: unittests - name: 2023-1-MeasureSoftGram-Core + name: 2024.1-MeasureSoftGram-Core verbose: true