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