Skip to content

Commit

Permalink
update sonar configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
emcek committed Aug 27, 2024
1 parent f7cb995 commit a8b93de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[run]
source = dcspy
source = dcspy/
relative_files = True
branch = True

[report]
omit = tests/*
Expand Down
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ sonar.projectName=dcspy
sonar.projectVersion=3.5.1

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
# sonar.sources=.
sonar.tests=./tests
# sonar.sources=dcspy\
sonar.tests=tests\
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8
Expand Down

0 comments on commit a8b93de

Please sign in to comment.