Skip to content

Commit

Permalink
fix: added codecov support
Browse files Browse the repository at this point in the history
  • Loading branch information
lemon-mario committed Mar 9, 2019
1 parent d71fd1b commit d555127
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 25 deletions.
72 changes: 48 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"clean": "rimraf dist",
"build": "npm run clean && tsc",
"lint": "tslint --project tsconfig.json --config tslint.json './src/**/*.ts'",
"test": "jest --coverage",
"test": "jest --coverage && codecov",
"test:watch": "jest --watch --coverage",
"semantic-release": "semantic-release-public-circleci-lib"
},
Expand Down Expand Up @@ -44,6 +44,7 @@
"dependencies": {
"atob": "^2.1.2",
"btoa": "^1.2.1",
"codecov": "^3.2.0",
"make-error": "^1.3.5"
}
}

0 comments on commit d555127

Please sign in to comment.