Skip to content

Commit

Permalink
add deepsource config
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Suraci <suraci.alex@gmail.com>
  • Loading branch information
vito committed Oct 2, 2020
1 parent 8cb9ce5 commit 0d15076
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .deepsource.toml
@@ -0,0 +1,14 @@
version = 1

test_patterns = ["**/*_test.go"]

[[analyzers]]
name = "go"
enabled = true

[analyzers.meta]
import_paths = ["github.com/concourse/concourse"]

[[analyzers]]
name = "test-coverage"
enabled = true

0 comments on commit 0d15076

Please sign in to comment.