Skip to content

Commit

Permalink
Merge pull request #16 from muhtalipdede/fix/sonar_coverage
Browse files Browse the repository at this point in the history
skip unnecessary build step, ignore jest config coverage
  • Loading branch information
suphero authored Nov 1, 2023
2 parents bf35ea7 + 166699c commit 9c9d41a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm test
- run: npm run test:coverage
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sonar.projectKey=muhtalipdede_avrasya
sonar.organization=avrasya
sonar.javascript.lcov.reportPaths=/coverage/lcov.info
sonar.coverage.exclusions=/__mocks__/**/*,/__tests__/**/*,/coverage/**/*,/examples/**/*,/node_modules/**/*
sonar.coverage.exclusions=/__mocks__/**/*,/__tests__/**/*,/coverage/**/*,/examples/**/*,/node_modules/**/*,jest.config.js

0 comments on commit 9c9d41a

Please sign in to comment.