ソースを参照

Added replaced codeclimate with codecov

pull/3/head
BinHong Lee 7年前
コミット
0684dd5b8e
2個のファイルの変更8行の追加2行の削除
  1. +6
    -1
      .travis.yml
  2. +2
    -1
      README.md

+ 6
- 1
.travis.yml ファイルの表示

@@ -6,6 +6,11 @@ node_js:
- "5"
- "4"
- "lts/*"
script: npm test
install:
- npm install -g codecov
script:
- npm test
- istanbul cover ./node_modules/mocha/bin/_mocha --reporter lcovonly -- -R spec
- codecov
env:
CODECLIMATE_REPO_TOKEN: a174b03227cdc953c831f45bebcf0af357ec1b8a4b8477f36444c16f084a409f

+ 2
- 1
README.md ファイルの表示

@@ -1,6 +1,7 @@
# Dota 2 Random - Alexa Skill

[![Build Status](https://travis-ci.org/binhonglee/dota2-random.svg?branch=master)](https://travis-ci.org/binhonglee/dota2-random) [![Test Coverage](https://codeclimate.com/github/binhonglee/dota2-random/badges/coverage.svg)](https://codeclimate.com/github/binhonglee/dota2-random/coverage) [![Dependency Status](https://gemnasium.com/badges/github.com/binhonglee/dota2-random.svg)](https://gemnasium.com/github.com/binhonglee/dota2-random)
[![Build Status](https://travis-ci.org/binhonglee/dota2-random.svg?branch=master)](https://travis-ci.org/binhonglee/dota2-random) [![codecov](https://codecov.io/gh/binhonglee/dota2-random/branch/master/graph/badge.svg)](https://codecov.io/gh/binhonglee/dota2-random)
[![Dependency Status](https://gemnasium.com/badges/github.com/binhonglee/dota2-random.svg)](https://gemnasium.com/github.com/binhonglee/dota2-random)

## Skill is now available from the [Alexa Skill Store](https://www.amazon.com/binhonglee-Dota2-Random/dp/B073W4GDLS)!



読み込み中…
キャンセル
保存