Skip to content

Commit ba10519

Browse files
committed
codecov
1 parent c59e99e commit ba10519

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules/
22
/dist/
3-
.DS_Store
3+
.DS_Store
4+
coverage

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ test:
1010
- npm run size
1111

1212
override:
13-
- npm run test --coverage && codecov
13+
- npm run test:ci && codecov

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"scripts": {
88
"build": "babel src -d dist",
99
"test": "jest --no-cache",
10+
"test:ci": "jest --no-cache --coverage",
1011
"prepublish": "npm run build",
1112
"lint": "eslint src tests",
1213
"lint:fix": "eslint src tests --fix",

0 commit comments

Comments
 (0)