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 9f8dd98 commit 2c5b9ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ sonar.projectVersion=1.0
sonar.organization=mastercard

# Exclusions parameters
sonar.exclusions=Dockerfile,src/tests/**,src/public/**
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
sonar.coverage.exclusions=src/**/*.ts,src/*.js,src/App.tsx,src/index.tsx,/*.js

0 comments on commit 2c5b9ae

Please sign in to comment.