mirror of https://github.com/embarklabs/embark.git
update code coverage condig
This commit is contained in:
parent
fb9ccfad00
commit
a32fadc107
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"reporter": [
|
||||
"lcov",
|
||||
"text-summary"
|
||||
],
|
||||
"include": [
|
||||
"lib/**/*.js"
|
||||
]
|
||||
}
|
|
@ -3,3 +3,6 @@ node_js:
|
|||
- "6"
|
||||
- "5"
|
||||
- "4"
|
||||
addons:
|
||||
code_climate:
|
||||
repo_token: 7454b1a666015e244c384d19f48c34e35d1ae58c3aa428ec542f10bbcb848358
|
||||
|
|
Loading…
Reference in New Issue