Skip to content

Commit

Permalink
update sonar report and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
santoshshinde2012 committed May 16, 2024
1 parent a043c42 commit 9c4a892
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 70 deletions.
4 changes: 3 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ module.exports = {
],
collectCoverage: true,
testEnvironment: 'node',
reporters: ['default', 'jest-to-sonar'],
reporters: ['default', ['jest-to-sonar', {
outputFile: './coverage/sonar-report.xml',
}]],
setupFiles: ['dotenv/config'],
};
69 changes: 0 additions & 69 deletions sonar-report.xml

This file was deleted.

0 comments on commit 9c4a892

Please sign in to comment.