Skip to content

Commit

Permalink
updated sonar properties and build pipeine
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeetMA08 committed Aug 21, 2024
1 parent 2c5b9ae commit c82e3d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ sonar.exclusions=Dockerfile,src/tests/**,public/**
# Test coverage parameters
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
sonar.coverage.exclusions=src/**/*.ts,src/*.js,src/App.tsx,src/index.tsx,/*.js

# Duplication exclusion parameters
sonar.cdp.exclusions=src/components/Product/data/index.ts

0 comments on commit c82e3d0

Please sign in to comment.