Skip to content

Commit 4d8d486

Browse files
authored
Replace Codecov with SonarCloud
1 parent 16f0f75 commit 4d8d486

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/flutter.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
name: failures
4545
path: "**/failures/"
46-
- uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
47-
with:
48-
fail_ci_if_error: true
49-
token: ${{ secrets.CODECOV_TOKEN }}
46+
47+
- uses: SonarSource/sonarqube-scan-action@0303d6b62e310685c0e34d0b9cde218036885c4d # v5.0.0
48+
env:
49+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)