Skip to content

Commit

Permalink
change questionsgenerator doesnt work in build, but in local tit does…
Browse files Browse the repository at this point in the history
… work
  • Loading branch information
uo289029 committed Apr 27, 2024
1 parent c88eaae commit 687b5eb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- run: npm --prefix users/authservice test -- --coverage
- run: npm --prefix users/userservice test -- --coverage
- run: npm --prefix gatewayservice test -- --coverage
- run: npm --prefix questionsgenerator test -- --coverage
- run: npm --prefix record test -- --coverage
- run: npm --prefix webapp test -- --coverage
- name: Analyze with SonarCloud
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- run: npm --prefix users/authservice test -- --coverage
- run: npm --prefix users/userservice test -- --coverage
- run: npm --prefix gatewayservice test -- --coverage
- run: npm --prefix questionsgenerator test -- --coverage
- run: npm --prefix record test -- --coverage
- run: npm --prefix webapp test -- --coverage
- name: Analyze with SonarCloud
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ sonar.projectName=wiq_es1b
sonar.coverage.exclusions=**/*.test.js
sonar.sources=webapp/src/components,users/authservice,users/userservice,gatewayservice,record,questionsgenerator
sonar.sourceEncoding=UTF-8
sonar.exclusions=node_modules/**,record/auth-model.js,questionsgenerator/wikidata/WikiUtils.js, questionsgenerator/questionGenerator.js, **/Dockerfile
sonar.exclusions=node_modules/**,record/auth-model.js,questionsgenerator/wikidata/WikiUtils.js, questionsgenerator/**, **/Dockerfile
sonar.javascript.lcov.reportPaths=**/coverage/lcov.info

0 comments on commit 687b5eb

Please sign in to comment.