Skip to content

Commit

Permalink
chore: Update test file pattern in .deepsource.toml (#6925)
Browse files Browse the repository at this point in the history
The test file patterns should look like `tests/**` to remove false positives like https://deepsource.io/gh/fossasia/open-event-server/issue/BAN-B101/occurrences

Co-authored-by: Areeb Jamal <[email protected]>
  • Loading branch information
pnijhara and iamareebjamal authored Apr 22, 2020
1 parent 4d48d80 commit 1d0376f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .deepsource.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version = 1

test_patterns = ["*/tests/**"]
test_patterns = ["tests/**"]

exclude_patterns = ["migrations/**"]

Expand Down

0 comments on commit 1d0376f

Please sign in to comment.