-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EW-1047: Add TSP System on Dev Environments #5309
Conversation
ansible/roles/schulcloud-server-init/templates/configmap_file_init.yml.j2
Outdated
Show resolved
Hide resolved
@@ -4,7 +4,7 @@ sonar.sources=. | |||
sonar.tests=. | |||
sonar.test.inclusions=**/*.spec.ts | |||
sonar.exclusions=**/*.js,jest.config.ts,globalSetup.ts,globalTeardown.ts,**/*.app.ts,**/seed-data/*.ts,**/migrations/mikro-orm/*.ts,**/etherpad-api-client/**/*.ts,**/authorization-api-client/**/*.ts, **/course-api-client/**/*.ts,**/board-api-client/**/*.ts,**/generated/**/*.ts,**/room-api-client/**/*.ts,**/lessons-api-client/**/*.ts | |||
sonar.coverage.exclusions=**/board-management.uc.ts,**/*.module.ts,**/*.factory.ts,**/migrations/mikro-orm/*.ts,**/globalSetup.ts,**/globalTeardown.ts,**/etherpad-api-client/**/*.ts,**/authorization-api-client/**/*.ts, **/course-api-client/**/*.ts,**/board-api-client/**/*.ts,**/generated/**/*.ts,**/room-api-client/**/*.ts | |||
sonar.coverage.exclusions=**/board-management.uc.ts,**/*.module.ts,**/*.factory.ts,**/migrations/mikro-orm/*.ts,**/globalSetup.ts,**/globalTeardown.ts,**/etherpad-api-client/**/*.ts,**/authorization-api-client/**/*.ts, **/course-api-client/**/*.ts,**/board-api-client/**/*.ts,**/generated/**/*.ts,**/room-api-client/**/*.ts,apps/server/src/console/console.ts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why exlude apps/server/src/console/console.ts
from the code coverrage ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There isn't any test for this file as far as I can see and inside it are several more exclusions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not write it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not really scope of this ticket. Most of the console apps don't have tests
ansible/roles/schulcloud-server-tspsync/templates/api-tsp-sync-cronjob.yml.j2
Show resolved
Hide resolved
ansible/roles/schulcloud-server-tspsync/templates/api-tsp-sync-init.yml.j2
Show resolved
Hide resolved
ansible/roles/schulcloud-server-tspsync/templates/api-tsp-sync-init.yml.j2
Show resolved
Hide resolved
ansible/roles/schulcloud-server-tspsync/templates/api-tsp-sync-init.yml.j2
Show resolved
Hide resolved
Co-authored-by: mamutmk5 <[email protected]>
Quality Gate passedIssues Measures |
Description
Add TSP System on Dev Environments in the init scripts.
Also fixes:
Links to Tickets or other pull requests
Approval for review
generate-client:server
was executed in vue frontend and changes were tested and put in a PR with the same branch name.