mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
6c87e294c4
* Tidy workflows * Update get-version-from-git.sh * Run tests in Actions * Upload coverage to SonarCloud * Run linters in Actions * Run builds in Actions, consolidating with sentry uploader * Update sonar-project.properties * chmod +x * Iterate * Use new env vars * Delete yarn-sub.js * Use re-usable sonarqube action * Add README badges * Match reality
15 lines
452 B
Properties
15 lines
452 B
Properties
sonar.projectKey=element-web
|
|
sonar.organization=new_vector_ltd_organization
|
|
|
|
# Encoding of the source code. Default is default system encoding
|
|
#sonar.sourceEncoding=UTF-8
|
|
|
|
sonar.sources=src,res
|
|
sonar.tests=test
|
|
sonar.exclusions=__mocks__,docs,element.io,nginx
|
|
|
|
sonar.typescript.tsconfigPath=./tsconfig.json
|
|
sonar.javascript.lcov.reportPaths=coverage/lcov.info
|
|
sonar.coverage.exclusions=test/**/*
|
|
sonar.testExecutionReportPaths=coverage/test-report.xml
|