Skip to content

Commit

Permalink
Setting for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
hooriza committed Jul 31, 2019
1 parent ab94146 commit 6718687
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
coverage
/src
*.log
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

[![Build Status](https://travis-ci.org/hooriza/babel-plugin-jsx-merge-props.svg?branch=master)](https://travis-ci.org/hooriza/babel-plugin-jsx-merge-props)
[![npm](https://img.shields.io/npm/v/babel-plugin-jsx-merge-props.svg)](https://www.npmjs.com/package/babel-plugin-jsx-merge-props)
![size](https://img.shields.io/bundlephobia/minzip/babel-plugin-jsx-merge-props.svg)


[![codecov](https://codecov.io/gh/hooriza/babel-plugin-jsx-merge-props/branch/master/graph/badge.svg)](https://codecov.io/gh/hooriza/babel-plugin-jsx-merge-props)
## Why?
It's annoying to use props that provided from multiple [hooks](https://reactjs.org/docs/hooks-intro.html).

Expand Down
8 changes: 7 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"eslint-plugin-prettier": "^3.1.0",
"fs-extra": "^8.1.0",
"jest": "^24.8.0",
"merge-props": "^5.0.1",
"prettier": "1.18.2",
"watch": "^1.0.1"
},
Expand All @@ -44,5 +45,9 @@
],
"files": [
"dist"
]
],
"jest": {
"coverageDirectory": "./coverage/",
"collectCoverage": true
}
}

0 comments on commit 6718687

Please sign in to comment.