Skip to content

Commit

Permalink
sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
kenu committed May 26, 2024
1 parent 6452f2a commit ba74807
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ pnpm-lock.yaml
*.local
a.json
coverage
sonar-project.*
sonar-project.properties
.scannerwork
.env
7 changes: 7 additions & 0 deletions sonar-project.properties.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
sonar.projectKey=ok:mp4
sonar.projectName=mp4
sonar.projectVersion=1.0
sonar.sources=.
sonar.token=${SONAR_TOKEN}
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
sonar.exclusions=web/public/js/**/*.js

0 comments on commit ba74807

Please sign in to comment.