Skip to content

Commit

Permalink
Added sonar exclusions/inclusions for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nvoxland committed Sep 5, 2023
1 parent cd773dc commit 8daab32
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ sonar.projectName=deeplake
sonar.projectVersion=1.0

sonar.sources=deeplake
sonar.python.version=3
sonar.tests=deeplake

sonar.exclusions=deeplake/**/test/**/*, deeplake/**/test_*.py
sonar.test.inclusions=deeplake/**/test/**/*, deeplake/**/test_*.py

sonar.sourceEncoding=UTF-8
sonar.python.version=3
Expand Down

0 comments on commit 8daab32

Please sign in to comment.