Skip to content

Commit

Permalink
fix sonar cloud config (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
lghiur authored Nov 15, 2023
1 parent e83218b commit 17948a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
-Dsonar.projectKey=TykTechnologies_tyk-ui
-Dsonar.sources=./src
-Dsonar.coverage.exclusions=./cypress/**/*.js,**/*.test.js,./src/form/components/Combobox/*.js,./src/form/components/redux-form/**/*.js
-Dsonar.coverage.exclusions=**/*.test.js
-Dsonar.test.inclusions=**/*.test.js
-Dsonar.tests=./src
-Dsonar.javascript.lcov.reportPaths=coverage/lcov.info
Expand Down

0 comments on commit 17948a9

Please sign in to comment.