feat: show call participants in room list (Discord-style)
Docker / Docker Buildx (push) Has been cancelled
Build Debian package / Build package (release) Has been cancelled
Build and Deploy / prepare (release) Has been cancelled
Deploy release / Deploy to Cloudflare Pages (release) Has been cancelled
Build and Deploy / Trigger Pro pipeline (release) Has been cancelled
Build and Deploy / Windows arm64 (release) Has been cancelled
Build and Deploy / Windows x64 (release) Has been cancelled
Build and Deploy / macOS (release) Has been cancelled
Build and Deploy / Linux amd64 (sqlcipher static) (release) Has been cancelled
Build and Deploy / Linux arm64 (sqlcipher static) (release) Has been cancelled
Build and Deploy / ${{ needs.prepare.outputs.deploy == 'true' && 'Deploy' || 'Deploy (dry-run)' }} (release) Has been cancelled
Build and Deploy / Deploy builds to ESS (release) Has been cancelled
Docker / Docker Buildx (push) Has been cancelled
Build Debian package / Build package (release) Has been cancelled
Build and Deploy / prepare (release) Has been cancelled
Deploy release / Deploy to Cloudflare Pages (release) Has been cancelled
Build and Deploy / Trigger Pro pipeline (release) Has been cancelled
Build and Deploy / Windows arm64 (release) Has been cancelled
Build and Deploy / Windows x64 (release) Has been cancelled
Build and Deploy / macOS (release) Has been cancelled
Build and Deploy / Linux amd64 (sqlcipher static) (release) Has been cancelled
Build and Deploy / Linux arm64 (sqlcipher static) (release) Has been cancelled
Build and Deploy / ${{ needs.prepare.outputs.deploy == 'true' && 'Deploy' || 'Deploy (dry-run)' }} (release) Has been cancelled
Build and Deploy / Deploy builds to ESS (release) Has been cancelled
This commit is contained in:
@@ -0,0 +1,68 @@
|
||||
sonar.projectKey=element-web
|
||||
sonar.organization=element-hq
|
||||
|
||||
# Encoding of the source code. Default is default system encoding
|
||||
#sonar.sourceEncoding=UTF-8
|
||||
|
||||
sonar.sources=.
|
||||
sonar.tests=apps/web/test,apps/web/playwright,apps/desktop,packages
|
||||
sonar.test.inclusions=\
|
||||
apps/web/test/*,\
|
||||
apps/web/playwright/*,\
|
||||
apps/desktop/playwright/*,\
|
||||
apps/desktop/src/**/*.test.ts,\
|
||||
packages/*/src/**/*.test.*,\
|
||||
packages/*/src/test/**/*
|
||||
sonar.exclusions=\
|
||||
apps/web/__mocks__,\
|
||||
docs,\
|
||||
apps/web/element.io,\
|
||||
apps/web/nginx,\
|
||||
apps/web/src/vector/modernizr.cjs,\
|
||||
**/*.webm,\
|
||||
**/*.ogg,\
|
||||
**/*.mp3,\
|
||||
**/*.woff2,\
|
||||
**/*.ttf,\
|
||||
**/*.webp,\
|
||||
**/*.jpg,\
|
||||
**/*.apng,\
|
||||
**/*.ico,\
|
||||
**/*.png,\
|
||||
**/*.gif
|
||||
|
||||
# Exclude translations and tests from the duplication check
|
||||
sonar.cpd.exclusions=\
|
||||
**/src/i18n/strings/*.json,\
|
||||
apps/**/test/**,\
|
||||
apps/**/playwright/**,\
|
||||
packages/**/test/**,\
|
||||
packages/shared-components/src/**/*.stories.tsx,\
|
||||
packages/playwright-common/**
|
||||
|
||||
sonar.javascript.lcov.reportPaths=apps/web/coverage/lcov.info,packages/shared-components/coverage/lcov.info
|
||||
sonar.coverage.exclusions=\
|
||||
apps/web/test/**/*,\
|
||||
apps/web/playwright/**/*,\
|
||||
apps/web/res/**/*,\
|
||||
apps/web/scripts/**/*,\
|
||||
apps/web/__mocks__/**/*,\
|
||||
apps/web/I18nWebpackPlugin.ts,\
|
||||
apps/web/recorder-worklet-loader.cjs,\
|
||||
apps/web/src/components/views/dialogs/devtools/**/*,\
|
||||
apps/web/src/utils/SessionLock.ts,\
|
||||
apps/web/src/**/*.d.ts,\
|
||||
apps/web/src/vector/mobile_guide/**/*,\
|
||||
apps/desktop/electron-builder.ts,\
|
||||
apps/desktop/scripts/**/*,\
|
||||
apps/desktop/playwright/**/*,\
|
||||
apps/desktop/hak/**/*,\
|
||||
packages/shared-components/src/test/**/*,\
|
||||
packages/shared-components/src/**/*.stories.tsx,\
|
||||
packages/shared-components/scripts/**/*,\
|
||||
packages/playwright-common/**/*,\
|
||||
scripts/**/*,\
|
||||
docs/**/*,\
|
||||
**/*.config.*,\
|
||||
knip.ts
|
||||
sonar.testExecutionReportPaths=apps/web/coverage/jest-sonar-report.xml
|
||||
Reference in New Issue
Block a user