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