Skip to content

Commit d555127

Browse files
committed
fix: added codecov support
1 parent d71fd1b commit d555127

File tree

2 files changed

+50
-25
lines changed

2 files changed

+50
-25
lines changed

package-lock.json

Lines changed: 48 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"clean": "rimraf dist",
99
"build": "npm run clean && tsc",
1010
"lint": "tslint --project tsconfig.json --config tslint.json './src/**/*.ts'",
11-
"test": "jest --coverage",
11+
"test": "jest --coverage && codecov",
1212
"test:watch": "jest --watch --coverage",
1313
"semantic-release": "semantic-release-public-circleci-lib"
1414
},
@@ -44,6 +44,7 @@
4444
"dependencies": {
4545
"atob": "^2.1.2",
4646
"btoa": "^1.2.1",
47+
"codecov": "^3.2.0",
4748
"make-error": "^1.3.5"
4849
}
4950
}

0 commit comments

Comments
 (0)