Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Commit 626fa7d

Browse files
committed
chore(travis): update build coverage config
1 parent 4c6ce9e commit 626fa7d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ before_install:
2424
script:
2525
- if [ -n "DANGER_GITHUB_API_TOKEN" ]; then echo {} > ./.babelrc && npx danger; fi
2626
- ng lint
27-
- ng test --single-run
28-
- ng build -prod
27+
- ng test --single-run --code-coverage
28+
- ng build --prod
2929
- ng e2e
3030

3131
before_deploy:
@@ -37,4 +37,7 @@ before_deploy:
3737
deploy:
3838
provider: azure_web_apps
3939
verbose: true
40-
skip_cleanup: true
40+
skip_cleanup: true
41+
42+
after_success:
43+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)