This repository was archived by the owner on Mar 28, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 8
8
- ~/.npm
9
9
- ~/.cache
10
10
- node_modules
11
- - test-e2e/react-app/node_modules
11
+ - test-e2e/browser/node_modules
12
+ - test-e2e/browser/react-app/node_modules
12
13
- ~/.sonar/cache
13
14
14
15
addons :
@@ -25,10 +26,10 @@ script:
25
26
- npm run test
26
27
- npm run build
27
28
- cd test-e2e/browser
28
- - npm ci
29
29
- cd react-app
30
30
- npm ci
31
31
- cd ..
32
+ - npm ci
32
33
- npm run cypress:install
33
34
- npm run cypress:verify
34
35
- npm run test:react-app:ci
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ sonar.projectVersion=1.0.0
5
5
sonar.javascript.file.suffixes =.js
6
6
sonar.sourceEncoding =UTF-8
7
7
sonar.exclusions =node_modules/**,*.config.js
8
- sonar.test.exclusions =test/**/*
9
- sonar.coverage.exclusions =test/**/*
10
- sonar.cpd.exclusions =test/**
8
+ sonar.test.exclusions =test/**/*,test-e2e/**/*
9
+ sonar.coverage.exclusions =test/**/*,test-e2e/**/*
10
+ sonar.cpd.exclusions =test/**,test-e2e/**/*
11
11
sonar.javascript.lcov.reportPaths =coverage/lcov.info
12
12
sonar.host.url =https://sonarcloud.io
13
13
14
14
sonar.issue.ignore.multicriteria =j1
15
15
sonar.issue.ignore.multicriteria.j1.ruleKey =javascript:S4144
16
- sonar.issue.ignore.multicriteria.j1.resourceKey =test/**/*
16
+ sonar.issue.ignore.multicriteria.j1.resourceKey =test/**/*,test-e2e/**/*
You can’t perform that action at this time.
0 commit comments