Skip to content

Commit

Permalink
Add codecov
Browse files Browse the repository at this point in the history
feat: add codecov into travis pipeline
  • Loading branch information
Nikolai Lopin authored Jul 11, 2019
2 parents 9350adb + 6eadb77 commit 317a4b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ node_js:
before_install:
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
script:
- npm install -g codecov
- npm test
- npm run build
- codecov
deploy:
provider: script
skip_cleanup: true
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
![Uniform](assets/logo.png)
[![Build Status](https://travis-ci.com/freenowtech/uniform.svg?branch=master)](https://travis-ci.com/freenowtech/uniform)
[![codecov](https://codecov.io/gh/freenowtech/uniform/branch/master/graph/badge.svg)](https://codecov.io/gh/freenowtech/uniform)

## Description

Expand Down

0 comments on commit 317a4b3

Please sign in to comment.