Skip to content

Commit

Permalink
update gitignore and sonar config
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Nov 25, 2024
1 parent 0d2c108 commit e787053
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ backend/backend.iml
/frontend/cypress/screenshots/
/toolchains.xml
/backend/src/main/resources/db/okr_schema.sql
**/sonar/
5 changes: 3 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
sonar.projectKey=Puzzle-OKR

sonar.projectName=Puzzle-OKR
# Use the -Dsonar.host.url=https://sonar.puzzle.ch flag to run the command locally
sonar.host.url=https://sonar-githubactions.puzzle.ch

sonar.test.exclusions=backend/src/test/**/*

sonar.coverage.exclusions=**/OkrApplication.java

sonar.coverage.exclusions=**/OkrApplication.java, **.java

0 comments on commit e787053

Please sign in to comment.