Skip to content

Commit

Permalink
Update sonar config
Browse files Browse the repository at this point in the history
  • Loading branch information
lserra-iov authored and alexjavabraz committed Oct 23, 2023
1 parent 7b95060 commit 0c6f80d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0

- name: Setup NodeJS
uses: actions/setup-node@v3
Expand Down
6 changes: 5 additions & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
sonar.projectKey=rsksmart_2wp-app
sonar.organization=rsksmart
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
sonar.sources=src/
sonar.tests=tests/
sonar.test.inclusions=tests/**/*.spec.ts
sonar.coverage.exclusions=src/**/*.vue,src/**/store/**,src/**/types/**
sonar.javascript.lcov.reportPaths=coverage/lcov.info

0 comments on commit 0c6f80d

Please sign in to comment.