Skip to content

Commit

Permalink
ci: Add .deepsource.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsource-io[bot] authored Aug 15, 2023
1 parent 34ea719 commit 4bd2248
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .deepsource.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version = 1

[[analyzers]]
name = "shell"

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

[[analyzers]]
name = "javascript"

[analyzers.meta]
environment = [
"nodejs",
"jest"
]

0 comments on commit 4bd2248

Please sign in to comment.