Skip to content

Commit 19c0e22

Browse files
authored
Merge pull request #176 from tetov/patch-1
deepsource: test_patterns needs to be relative to proj root
2 parents a3fadff + eeadad6 commit 19c0e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.deepsource.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version = 1
22

3-
test_patterns = ["*/tests/**"]
3+
test_patterns = ["tests/**"]
44

55
[[analyzers]]
66
name = "python"

0 commit comments

Comments
 (0)