Skip to content

Commit

Permalink
bugfix[workflow]: Corrige step desnecessário.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielViniciusAlves committed Jul 19, 2024
1 parent 56a8a12 commit 8fee991
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
SONAR_TOKEN: ${{secrets.SONAR_TOKEN}}

0 comments on commit 8fee991

Please sign in to comment.