Skip to content

Commit

Permalink
add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonba committed Nov 12, 2017
1 parent b5a7a83 commit f0ab081
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ after_script: greenkeeper-lockfile-upload
script:
- yarn run lint
- yarn run test:coverage
- coveralls < coverage/lcov.info
- yarn clean
- yarn build
- yarn run test:bundle
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yve-bot [![npm version](https://badge.fury.io/js/yve-bot.svg)](https://badge.fury.io/js/yve-bot) [![Build Status](https://travis-ci.org/andersonba/yve-bot.svg?branch=master)](https://travis-ci.org/andersonba/yve-bot) [![Greenkeeper badge](https://badges.greenkeeper.io/andersonba/yve-bot.svg)](https://greenkeeper.io/)
# yve-bot [![npm version](https://badge.fury.io/js/yve-bot.svg)](https://badge.fury.io/js/yve-bot) [![Build Status](https://travis-ci.org/andersonba/yve-bot.svg?branch=master)](https://travis-ci.org/andersonba/yve-bot) [![Coverage Status](https://coveralls.io/repos/github/andersonba/yve-bot/badge.svg)](https://coveralls.io/github/andersonba/yve-bot) [![Greenkeeper badge](https://badges.greenkeeper.io/andersonba/yve-bot.svg)](https://greenkeeper.io/)

The simplest way to build a smart and customized rule-based bot conversation. For Browser & Node environment.

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@types/lodash-es": "^4.17.0",
"@types/node": "^8.0.24",
"bundlesize": "^0.15.3",
"coveralls": "^3.0.0",
"faker": "^4.1.0",
"fetch-mock": "^5.13.1",
"jest": "^21.0.2",
Expand Down
20 changes: 19 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,16 @@ core-util-is@1.0.2, core-util-is@~1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"

coveralls@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/coveralls/-/coveralls-3.0.0.tgz#22ef730330538080d29b8c151dc9146afde88a99"
dependencies:
js-yaml "^3.6.1"
lcov-parse "^0.0.10"
log-driver "^1.2.5"
minimist "^1.2.0"
request "^2.79.0"

cross-spawn@^5.0.1:
version "5.1.0"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
Expand Down Expand Up @@ -1630,7 +1640,7 @@ js-tokens@^3.0.0, js-tokens@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"

js-yaml@^3.7.0:
js-yaml@^3.6.1, js-yaml@^3.7.0:
version "3.10.0"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.10.0.tgz#2e78441646bd4682e963f22b6e92823c309c62dc"
dependencies:
Expand Down Expand Up @@ -1736,6 +1746,10 @@ lcid@^1.0.0:
dependencies:
invert-kv "^1.0.0"

lcov-parse@^0.0.10:
version "0.0.10"
resolved "https://registry.yarnpkg.com/lcov-parse/-/lcov-parse-0.0.10.tgz#1b0b8ff9ac9c7889250582b70b71315d9da6d9a3"

leven@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/leven/-/leven-2.1.0.tgz#c2e7a9f772094dee9d34202ae8acce4687875580"
Expand Down Expand Up @@ -1781,6 +1795,10 @@ lodash@^4.14.0, lodash@^4.17.4, lodash@^4.3.0:
version "4.17.4"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"

log-driver@^1.2.5:
version "1.2.5"
resolved "https://registry.yarnpkg.com/log-driver/-/log-driver-1.2.5.tgz#7ae4ec257302fd790d557cb10c97100d857b0056"

longest@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
Expand Down

0 comments on commit f0ab081

Please sign in to comment.