Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Add codecov reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Apr 23, 2019
1 parent 87b7488 commit b405aad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ node_js:
- '10'
install:
- npm ci
- npm install -g codecov
script:
- npm run travis:verify
after_success:
- curl -sSL https://raw.githubusercontent.com/RedHatInsights/insights-frontend-builder-common/master/src/bootstrap.sh | bash -s
- codecov
- curl -sSL https://raw.githubusercontent.com/RedHatInsights/insights-frontend-builder-common/master/src/bootstrap.sh | bash -s
env:
global:
- REPO="git@github.com:RedHatInsights/drift-frontend-build"
Expand Down

0 comments on commit b405aad

Please sign in to comment.