Skip to content

Commit

Permalink
adicao de coverage.xml para a action de teste
Browse files Browse the repository at this point in the history
  • Loading branch information
victorleaoo authored Jul 31, 2024
1 parent a51137e commit e9ef28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
POSTGRES_PORT: 5432

- name: Gera arquivos de testes no formato .xml
run: python3 -m coverage xml
run: python3 -m coverage xml -o coverage.xml

- name: Executa SonarCloud Scan
if: ${{ always() }}
Expand Down

0 comments on commit e9ef28d

Please sign in to comment.