We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdff1a6 commit 32f197cCopy full SHA for 32f197c
.npmignore
@@ -10,19 +10,20 @@ logs/
10
deploy/
11
12
# Miscellaneous
13
+.dependabot/
14
+.github/
15
.tmp/
16
.vscode/
17
+coverage/
18
+docs/
19
scripts/
20
static/
-docs/
-coverage/
21
+test/
22
-# NPM ignore
23
+# Config files
24
.eslintrc.json
25
.gitattributes
26
.gitignore
-webpack.config.js
-.github/
-.dependabot/
27
-test/
+codecov.yml
28
tsconfig.json
29
+webpack.config.js
codecov.yml
@@ -0,0 +1,5 @@
1
+coverage:
2
+ status:
3
+ project:
4
+ default:
5
+ informational: true
0 commit comments