From 8fee991595a66eb1f3adeb190e133c27db381606 Mon Sep 17 00:00:00 2001 From: DanielViniciusAlves Date: Thu, 18 Jul 2024 22:48:42 -0300 Subject: [PATCH] =?UTF-8?q?bugfix[workflow]:=20Corrige=20step=20desnecess?= =?UTF-8?q?=C3=A1rio.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/code-analysis.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/code-analysis.yml b/.github/workflows/code-analysis.yml index da4ceae..4fd0f90 100644 --- a/.github/workflows/code-analysis.yml +++ b/.github/workflows/code-analysis.yml @@ -61,13 +61,4 @@ jobs: uses: SonarSource/sonarcloud-github-action@master env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - SONAR_TOKEN: ${{secrets.SONAR_TOKEN}} - - - name: Envia cobertura para o Codecov - uses: codecov/codecov-action@v3 - with: - token: ${{ secrets.CODECOV_TOKEN }} - fail_ci_if_error: false - flags: jest - name: 2023.2-PrintGo-UserService - verbose: true \ No newline at end of file + SONAR_TOKEN: ${{secrets.SONAR_TOKEN}} \ No newline at end of file