Skip to content
This repository has been archived by the owner on May 2, 2021. It is now read-only.

Commit

Permalink
remove coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
danecando committed Jun 5, 2018
1 parent 5af7df4 commit 3ca6192
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,3 @@ before_script:
script:
- npm run lint
- npm test
- npm run test-cov-html
after_success:
- npm run coverage-report
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## hapi-sequelize - a hapi plugin for the sequelize orm

[![Build Status](https://travis-ci.org/danecando/hapi-sequelize.svg?branch=master)](https://travis-ci.org/danecando/hapi-sequelize)
[![Coverage Status](https://coveralls.io/repos/github/danecando/hapi-sequelize/badge.svg)](https://coveralls.io/github/danecando/hapi-sequelize)
[![npm](https://img.shields.io/npm/dm/localeval.svg)](https://www.npmjs.com/package/hapi-sequelize)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hapi-sequelize",
"version": "3.0.4",
"version": "3.0.5",
"description": "A Hapi plugin for the fabulous Sequelize ORM",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 3ca6192

Please sign in to comment.