Skip to content

Commit

Permalink
ci(sonarcloud): exclude test files from code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
elersong committed Jul 15, 2024
1 parent 50e9d22 commit 80aaf34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ jobs:
args: >
-Dsonar.organization=elersong
-Dsonar.projectKey=elersong_fireorm24
-Dsonar.coverage.exclusions=**/*.spec.*
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 80aaf34

Please sign in to comment.