Skip to content

Commit

Permalink
Merge pull request #323 from sir-gon/feature/sonarcloud-coverage-bugfix
Browse files Browse the repository at this point in the history
[BUGFIX] sonarcloud coverage. Exclusions added to test files.
  • Loading branch information
sir-gon authored May 9, 2024
2 parents 493676a + efdbce8 commit e3c2096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sonar.organization=sir-gon

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=src
sonar.exclusions=**/*.json
sonar.exclusions=**/*.json,**/*.test.ts,src/logger.ts

# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8
Expand Down

0 comments on commit e3c2096

Please sign in to comment.