Skip to content

Commit

Permalink
fix: coverage config
Browse files Browse the repository at this point in the history
  • Loading branch information
JosemaPereira committed Mar 28, 2024
1 parent 1a550b5 commit de98376
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sonar-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: npm install

- name: Run tests
run: npm test -- --coverage --json > report.json
run: npm test -- --coverage

- name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@master
Expand Down
1 change: 0 additions & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ sonar.tests=test

sonar.exclusions=test/*,node_modules/*, dist/*, coverage/*
sonar.javascript.jest.reportPaths=test/coverage/lcov.info
sonar.javascript.jest.reportPaths=report.json

0 comments on commit de98376

Please sign in to comment.