Skip to content

Commit

Permalink
chore(justwatch): Ignore coverage on scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rfsbraz committed Apr 17, 2024
1 parent 189313c commit 2dfdc5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ sonar.python.version=3


# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=app/
sonar.tests.exclusions=tests/**
sonar.tests=tests/
sonar.sources=app/**
sonar.exclusions=tests/**,app/scripts/**
sonar.tests=tests/**
sonar.language=python

# Encoding of the source code. Default is default system encoding
Expand Down

0 comments on commit 2dfdc5e

Please sign in to comment.