Skip to content

Commit

Permalink
ignore files from sonar cloud analysis (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
lghiur authored Nov 15, 2023
1 parent 9989bf3 commit e83218b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
-Dsonar.organization=tyktechnologies
-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
Expand Down

0 comments on commit e83218b

Please sign in to comment.