Skip to content

Commit

Permalink
test: specify test files in deepsource
Browse files Browse the repository at this point in the history
  • Loading branch information
arxeiss committed May 22, 2024
1 parent 47940bd commit 22b4696
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .deepsource.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
version = 1

test_patterns = [
"**/*_test.go",
"test/**",
"**/testdata/**",
]

[[analyzers]]
name = "go"

Expand Down

0 comments on commit 22b4696

Please sign in to comment.