Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
fix: integrate with coveralls and add coveralls badge (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjchender committed Jan 31, 2020
1 parent 8a7c516 commit e504f1b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 25,109 deletions.
7 changes: 6 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
"npmPublish": true
}
],
"@semantic-release/git"
[
"@semantic-release/git",
{
"assets": ["CHANGELOG.md", "package.json"]
}
]
]
}
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ node_js:
- 12
jobs:
include:
- stage: Produce Coverage
node_js: node
script: npm run coveralls
- stage: release
node_js: lts/*
script: npm run build
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Build status](https://badgen.net/travis/pjchender/react-use-opentok)](https://travis-ci.com/pjchender/react-use-opentok)
[![version](https://img.shields.io/npm/v/react-use-opentok.svg)](https://www.npmjs.com/package/react-use-opentok)
[![Coverage Status](https://coveralls.io/repos/github/pjchender/react-use-opentok/badge.svg?branch=master)](https://coveralls.io/github/pjchender/react-use-opentok?branch=master)
[![license](https://img.shields.io/github/license/pjchender/react-use-opentok.svg)](https://github.com/pjchender/react-use-opentok/blob/master/LICENSE)
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg)](#contributors)

Expand Down
Loading

0 comments on commit e504f1b

Please sign in to comment.