Skip to content

Commit

Permalink
Merge pull request #613 from santoshshinde2012/dev
Browse files Browse the repository at this point in the history
update workflow
  • Loading branch information
santoshshinde2012 authored May 16, 2024
2 parents f59fc05 + 3dee2fd commit a710f4e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,15 @@ jobs:
-Dsonar.projectKey=santoshshinde2012_node-boilerplate
-Dsonar.projectName=node-boilerplate
-Dsonar.projectVersion=1.0
-Dsonar.sources=.
-Dsonar.exclusions=**/tests/**/*.ts
-Dsonar.test.inclusions=**/tests/**/*.ts
-Dsonar.coverage.exclusions=**/tests/**/*.ts,/**/src/server.ts,node_modules/*,coverage/lcov-report/*
-Dsonar.language=ts
-Dsonar.sources=.
-Dsonar.tests=./tests
-Dsonar.verbose=false
-Dsonar.sourceEncoding=UTF-8
-Dsonar.test.inclusions=**/tests/**/*.ts
-Dsonar.coverage.exclusions=**/tests/**/*.ts,/**/src/server.ts,node_modules/*,coverage/lcov-report/*,jest.config.js
-Dsonar.javascript.lcov.reportPaths=coverage/lcov.info
-Dsonar.testExecutionReportPaths=coverage/sonar-report.xml
-Dsonar.sourceEncoding=UTF-8
-Dsonar.verbose=false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-to-sonar": "^1.1.0",
"jest-to-sonar": "^1.3.0",
"nodemon": "^3.1.0",
"prettier": "^3.2.5",
"supertest": "^7.0.0",
Expand Down

0 comments on commit a710f4e

Please sign in to comment.