Skip to content

Commit

Permalink
bug(coveralls): fix coveralls bug
Browse files Browse the repository at this point in the history
- Fix bug in coveralls
  • Loading branch information
evamaina committed Nov 29, 2018
1 parent cf5a576 commit 6872a67
Show file tree
Hide file tree
Showing 5 changed files with 127 additions and 72 deletions.
2 changes: 1 addition & 1 deletion .coveralls.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
service_name: travis-pro
repo_token: DoePYPk8rkpl04RMeCMyPx5sGAY8Wo1Hf
repo_token: 9BckS4tSONgovwlxlXsRvhV9bxLtLaW15
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,4 @@ cache:
directories:
- node_modules
script:
- npm test -- --coverage # Include coverage when running tests
- npm run build
after_script: # Upload coverage reports
- COVERALLS_REPO_TOKEN=$coveralls_repo_token npm run coveralls
- npm run coveralls
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/andela/ah-orcas-frontend.svg?branch=develop)](https://travis-ci.org/andela/ah-orcas-frontend) [![Coverage Status](https://coveralls.io/repos/github/andela/ah-orcas-frontend/badge.svg?branch=develop&service=github)](https://coveralls.io/github/andela/ah-orcas-frontend?branch=develop&service=github) [![Maintainability](https://api.codeclimate.com/v1/badges/76fef8dadeb8dafcd4b8/maintainability)](https://codeclimate.com/github/andela/ah-orcas-frontend/maintainability)
[![Build Status](https://travis-ci.org/andela/ah-orcas-frontend.svg?branch=develop)](https://travis-ci.org/andela/ah-orcas-frontend) [![Coverage Status](https://coveralls.io/repos/github/andela/ah-orcas-frontend/badge.svg?branch=develop)](https://coveralls.io/github/andela/ah-orcas-frontend?branch=develop) [![Maintainability](https://api.codeclimate.com/v1/badges/76fef8dadeb8dafcd4b8/maintainability)](https://codeclimate.com/github/andela/ah-orcas-frontend/maintainability)


This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
Expand Down
Loading

0 comments on commit 6872a67

Please sign in to comment.