Przeglądaj źródła

Added replaced codeclimate with codecov

pull/3/head
BinHong Lee 7 lat temu
rodzic
commit
0684dd5b8e
2 zmienionych plików z 8 dodań i 2 usunięć
  1. +6
    -1
      .travis.yml
  2. +2
    -1
      README.md

+ 6
- 1
.travis.yml Wyświetl plik

@@ -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 Wyświetl plik

@@ -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)!



Ładowanie…
Anuluj
Zapisz