1
0
mirror of https://github.com/pavlobu/deskreen.git synced 2025-05-18 08:20:10 -07:00
2020-08-08 17:27:40 +03:00
2020-08-08 17:19:38 +03:00
2020-08-08 17:19:38 +03:00
2020-08-08 17:27:40 +03:00

codecov build and test release all os -- no code signing codecov generate

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 © Deskrin

MIT © Electron React Boilerplate

Languages
TypeScript 93%
JavaScript 4.2%
CSS 2%
HTML 0.8%