Skip to content

Commit 10563ef

Browse files
committed
Exclude integration tests from DeepSource analysis
1 parent 0c942cd commit 10563ef

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.deepsource.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ test_patterns = [
88
exclude_patterns = [
99
'setup.py',
1010
'docs-src/**/*.py',
11-
'tutorial/**/*.py'
11+
'tutorial/**/*.py',
12+
'integration_tests/web/*.py',
13+
'integration_tests/rtm/*.py'
1214
]
1315

1416
[[analyzers]]

0 commit comments

Comments
 (0)