Skip to content

Commit 2d40618

Browse files
authored
adding deep source config (#42)
* adding deep source config * adding readme badge
1 parent b79b827 commit 2d40618

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.deepsource.toml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version = 1
2+
3+
test_patterns = ["**/*.spec.ts"]
4+
5+
[[analyzers]]
6+
name = "javascript"
7+
enabled = true
8+
9+
[analyzers.meta]
10+
environment = [
11+
"nodejs",
12+
"jest"
13+
]
14+
dialect = "typescript"

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<a href="https://github.com/gagoar/github-app-installation-token/blob/main/LICENSE">
99
<img src="https://img.shields.io/npm/l/github-app-installation-token.svg?style=flat-square" alt="MIT license" />
1010
</a>
11+
<a href="https://deepsource.io/gh/gagoar/github-app-installation-token/?ref=repository-badge" target="_blank"><img alt="DeepSource" title="DeepSource" src="https://deepsource.io/gh/gagoar/github-app-installation-token.svg/?label=active+issues&show_trend=true"/>
12+
</a>
1113
<h3 align="center">Github App Installation Token</h3>
1214

1315
<p align="center">

0 commit comments

Comments
 (0)