Skip to content

Commit

Permalink
Merge pull request #1 from kozzztya/ci
Browse files Browse the repository at this point in the history
Fix code coverage
  • Loading branch information
kostia-official committed May 5, 2017
2 parents 0e11d3a + 04c925c commit 69745f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build Status](https://travis-ci.org/kozzztya/feathers-acl.svg?branch=master)](https://travis-ci.org/kozzztya/feathers-acl)
[![codecov](https://codecov.io/gh/kozzztya/feathers-acl/branch/master/graph/badge.svg)](https://codecov.io/gh/kozzztya/feathers-acl)
[![Coverage Status](https://coveralls.io/repos/github/kozzztya/feathers-acl/badge.svg?branch=ci)](https://coveralls.io/github/kozzztya/feathers-acl?branch=ci)

# feathers-acl

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "babel -d dist/ src/",
"prepublish": "npm run build",
"ava": "ava -vs test/**/*.test.js",
"test": "nyc npm run ava && nyc report --reporter=lcov > coverage.lcov && codecov",
"test": "nyc npm run ava && nyc report --reporter=text-lcov | coveralls",
"test:dev": "nyc npm run ava && nyc report --reporter=html"
},
"dependencies": {
Expand All @@ -26,7 +26,7 @@
"babel-preset-stage-0": "6.24.1",
"babel-register": "6.22.0",
"body-parser": "1.17.1",
"codecov": "2.1.0",
"coveralls": "2.13.1",
"eslint": "3.19.0",
"eslint-config-airbnb-base": "11.1.3",
"eslint-plugin-import": "2.2.0",
Expand Down

0 comments on commit 69745f4

Please sign in to comment.