-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsonar-project.properties
More file actions
9 lines (9 loc) · 960 Bytes
/
sonar-project.properties
File metadata and controls
9 lines (9 loc) · 960 Bytes
1
2
3
4
5
6
7
8
9
# SPDX-FileCopyrightText: 2025 PNED G.I.E.
#
# SPDX-License-Identifier: Apache-2.0
sonar.projectKey=GenomicDataInfrastructure_gdi-userportal-frontend
sonar.organization=genomicdatainfrastructure
sonar.qualitygate.wait=true
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
sonar.exclusions= **/*.test.ts, e2e/*,**/*.tsx,**/*Repository.ts,src/config/*,src/app/about/renderer.ts,**/*.json,**/instrumentation*,src/app/api/**/schemas.ts,scripts/**/*, **/*.spec.ts, **/*config*.*, .github/workflows/*, documentation/*, documentation/.github/workflows/*.yml, documentation/scripts/*.js, documentation/src/components/*.*, documentation/src/css/*.*, documentation/src/pages/*.*, documentation/src/theme/Navbar/*.*, documentation/src/theme/SearchBar/*.*, documentation/src/components/HomepageFeatures/.*,src/app/api/discovery/index.ts,src/utils/datasetHelpers.ts,src/utils/debounce.ts,src/proxy.ts,playwright.config.ts,tests/**
sonar.test.inclusions= **/*.test.ts