Skip to content

Commit 32f197c

Browse files
committed
test: try to improve coverage in ci
1 parent cdff1a6 commit 32f197c

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

.npmignore

+8-7
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,20 @@ logs/
1010
deploy/
1111

1212
# Miscellaneous
13+
.dependabot/
14+
.github/
1315
.tmp/
1416
.vscode/
17+
coverage/
18+
docs/
1519
scripts/
1620
static/
17-
docs/
18-
coverage/
21+
test/
1922

20-
# NPM ignore
23+
# Config files
2124
.eslintrc.json
2225
.gitattributes
2326
.gitignore
24-
webpack.config.js
25-
.github/
26-
.dependabot/
27-
test/
27+
codecov.yml
2828
tsconfig.json
29+
webpack.config.js

codecov.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
coverage:
2+
status:
3+
project:
4+
default:
5+
informational: true

0 commit comments

Comments
 (0)