Skip to content

Commit

Permalink
Merge pull request #18 from akhilome/ch-setup-coveralls-160239330
Browse files Browse the repository at this point in the history
#160239330 Setup Coverage Reporting
  • Loading branch information
akhilome committed Sep 5, 2018
2 parents 36c62cb + bfc83a3 commit 83ccef3
Show file tree
Hide file tree
Showing 5 changed files with 1,718 additions and 55 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
node_modules/
node_modules/
.nyc_output/
.coveralls.yml
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ node_js:
cache:
directories:
- "node_modules"
after_success:
- npm run cover
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# KiaKiaFood

[![Build Status](https://travis-ci.org/akhilome/fast-food-fast.svg?branch=develop)](https://travis-ci.org/akhilome/fast-food-fast)
[![Build Status](https://travis-ci.org/akhilome/fast-food-fast.svg?branch=develop)](https://travis-ci.org/akhilome/fast-food-fast) [![Coverage Status](https://coveralls.io/repos/github/akhilome/fast-food-fast/badge.svg?branch=develop)](https://coveralls.io/github/akhilome/fast-food-fast?branch=develop)

Place orders for food and get it **sharp sharp**!

0 comments on commit 83ccef3

Please sign in to comment.