Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

Commit

Permalink
Coveralls integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Migarve55 committed Feb 26, 2019
1 parent 5800cc3 commit 5c4fae5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ install:
script:
- npm run setup:install
- npm run test -- --watch=false --no-progress --browsers=ChromeHeadlessNoSandbox
- ng e2e
- npm run docs:build
- npm install codecov -g
- npm install coveralls nyc --save-dev

after_success:
- codecov
- npm run coverage
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"docs:prepare": "npm install gitbook-cli -g && gitbook install",
"docs:watch": "npm run docs:prepare && gitbook serve ./_docs ./docs --open",
"docs:build": "npm run docs:prepare && gitbook build ./_docs ./docs",
Expand Down

0 comments on commit 5c4fae5

Please sign in to comment.