1
1
mirror of https://github.com/Burn-E99/TheArtificer.git synced 2026-01-08 13:27:55 -05:00

messin with sonar setup

This commit is contained in:
Ean Milligan (Bastion)
2022-05-20 04:00:34 -04:00
parent e3c59673c5
commit 23d1542104
3 changed files with 23 additions and 68 deletions

8
sonar-project.properties Normal file
View File

@ -0,0 +1,8 @@
sonar.projectKey=TheArtificer
sonar.organization=milligan-dev
sonar.source=src/**,mod.ts
sonar.exclusions=scripts/**,src/testcases.ts,src/*_test.ts
sonar.typescript.tsconfigPath=.sonarcloud.ts.json
sonar.javascript.lcov.reportPaths=coverage/report.lcov
sonar.pullrequest.provider=GitHub
sonar.pullrequest.github.repository=Burn-E99/TheArtificer