summaryrefslogtreecommitdiffstats
path: root/gui-clamp/ui-react
diff options
context:
space:
mode:
authorlapentafd <francesco.lapenta@est.tech>2022-03-16 10:44:25 +0000
committerlapentafd <francesco.lapenta@est.tech>2022-03-16 17:04:31 +0000
commit553f1e74f0bce8e4506a50daa076525f3f23940a (patch)
treee8c63e00a9820bd87ceb8027998cd3d33d19a10a /gui-clamp/ui-react
parente2228ba7805697f641515a12024be638bfabe7da (diff)
Excluding Loop components from SONAR
Issue-ID: POLICY-3351 Signed-off-by: lapentafd <francesco.lapenta@est.tech> Change-Id: Ia31841938be19f356e4efdb48c7be6186dcff540
Diffstat (limited to 'gui-clamp/ui-react')
-rw-r--r--gui-clamp/ui-react/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui-clamp/ui-react/package.json b/gui-clamp/ui-react/package.json
index 3a8ee27..c699c19 100644
--- a/gui-clamp/ui-react/package.json
+++ b/gui-clamp/ui-react/package.json
@@ -71,7 +71,8 @@
"collectCoverage": true,
"coverageDirectory": "${project.build.directory}/code-coverage",
"collectCoverageFrom": [
- "**/*.{js,jsx}"
+ "**/*.{js,jsx}",
+ "!./src/setupTests.js"
],
"testResultsProcessor": "jest-sonar-reporter",
"rootDir": "${project.build.directory}/${ui.react.src}",