Skip to content

Commit

Permalink
fix: atualizando nome do projeto no test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdneMoretti authored Jul 10, 2024
1 parent c5412d1 commit 4301529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Corrige reports path
run: |
sed -i 's/<source>\/home\/runner\/work\/2023-1-MeasureSoftGram-Core\/2023-1-MeasureSoftGram-Core<\/source>/<source>\/github\/workspace<\/source>/g' coverage.xml
sed -i 's/<source>\/home\/runner\/work\/2024.1-MeasureSoftGram-Core\/2024.1-MeasureSoftGram-Core<\/source>/<source>\/github\/workspace<\/source>/g' coverage.xml
- name: Scanner do SonarCloud
uses: SonarSource/[email protected]
Expand All @@ -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

0 comments on commit 4301529

Please sign in to comment.