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

still tryna get sonar workin

This commit is contained in:
Ean Milligan (Bastion)
2022-05-20 04:10:45 -04:00
parent 23d1542104
commit 1e7addaed9
2 changed files with 3 additions and 19 deletions

View File

@ -1,8 +1,7 @@
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.source=src/**,mod.ts,www/**
sonar.exclusions=
sonar.typescript.tsconfigPath=
sonar.pullrequest.provider=GitHub
sonar.pullrequest.github.repository=Burn-E99/TheArtificer