Skip to content

Commit

Permalink
feat: Add coveralls support
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimvh committed Jul 8, 2020
1 parent a4128a0 commit 7923237
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -8,4 +8,6 @@ script:
- npm run build
- npm run lint
- npm run test
after_success:
- npm run coveralls
cache: npm
27 changes: 26 additions & 1 deletion package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -6,6 +6,7 @@
"license": "MIT",
"scripts": {
"build": "tsc",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls",
"lint": "eslint . --ext .ts",
"test": "jest"
},
Expand Down Expand Up @@ -35,6 +36,7 @@
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"arrayify-stream": "^1.0.0",
"coveralls": "^3.1.0",
"eslint": "^7.0.0",
"eslint-config-es": "^3.19.61",
"eslint-plugin-tsdoc": "^0.2.4",
Expand Down

0 comments on commit 7923237

Please sign in to comment.