Skip to content

Commit

Permalink
ci: final update
Browse files Browse the repository at this point in the history
  • Loading branch information
elersong committed Jul 23, 2024
1 parent ad39da0 commit f69f569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
-Dsonar.organization=elersong
-Dsonar.projectKey=elersong_fireorm24
-Dsonar.coverage.exclusions=**/*.spec.*,src/test/**
-Dsonar.javascript.lcov.reportPaths=src/coverage/lcov.info
-Dsonar.javascript.lcov.reportPaths=coverage/lcov.info
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit f69f569

Please sign in to comment.