mirror of
https://github.com/pavlobu/deskreen.git
synced 2025-05-18 08:20:10 -07:00
Howto:
to generate test coverage results
yarn coverage
to run sonarqube scanner to put results to sonarqube
sonar-scanner
sonar-project.properties example:
sonar.projectKey=test-electron-react-boilerplate
# sonar.testExecutionReportPaths=test-reporter.xml
sonar.testExecutionReportPaths=test-reports/test-reporter.xml
sonar.typescript.lcov.reportPaths=coverage/lcov.info
sonar.sources=./app
sonar.tests=./test
sonar.host.url=http://localhost:9000
sonar.login=d0c254aaff5ebd89dd5c6f0663238ab6ad5fddea
# sonar.login=039884f95817f7b26d781d7cdd47430cb3734a0a
Maintainer
License
MIT © Pavlo (Paul) Buidenkov
Copyright
MIT © Electron React Boilerplate
Test ?
By
Crafted with LOVE and support from Pavlo (Paul) Buidenkov
Description
Languages
TypeScript
93%
JavaScript
4.2%
CSS
2%
HTML
0.8%