Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ sonar.test.inclusions=**.test.**
# Excluded project files from coverage.
sonar.coverage.exclusions=**util/test**, **/__mocks__/**, **NetworkConnectMultiSelector.tsx, **TransactionNotification/index.js, **BrowserTab.tsx, **RPCMethodMiddleware.ts, **PermissionsSummary.tsx, **useSwitchNetworks.ts, **ethereum-chain-utils.js, **app/selectors/selectedNetworkController.ts, **useAddressBalance.ts, **AccountPermissions.tsx, **AddressFrom.tsx, **TransactionDetails**, **TransactionElement**, **networkController.ts, **util/networks/index.js, **AccountFromToInfoCard.tsx, **Engine/Engine.ts, **TransactionReview/index.js, **smart-publish-hook.ts, **AccountFromToInfoCard.types.tsx, **BrowserTab.tsx, **NetworkSelector.tsx, app/components/UI/Perps/utils/e2eBridgePerps.ts, **/MarketInsightsEntryCardOriginal.tsx, **/AnimatedGradientBorder.tsx, app/components/UI/Ramp/debug/**

# Excluded project files for duplication
sonar.cpd.exclusions=**SampleFeature/e2e/**, app/util/test/testSetupView.js, app/util/test/testSetup.js
# Excluded project files for duplication detection (CPD).
# store/migrations files are intentionally similar by design and should not be flagged as duplicates.
sonar.cpd.exclusions=**SampleFeature/e2e/**, app/util/test/testSetupView.js, app/util/test/testSetup.js, app/store/migrations/**

# Test coverage path in GitHub action
sonar.javascript.lcov.reportPaths=/coverage/lcov.info
Expand Down
Loading