Skip to content

Commit

Permalink
chore: change coverage report settings
Browse files Browse the repository at this point in the history
  • Loading branch information
geekdada committed Sep 4, 2019
1 parent f78298a commit 6ed9728
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,7 @@ node_js:
script:
- yarn test:lint
- yarn coverage
- npx codecov --disable=gcov -f .nyc_output/*.json
- npx codecov

jobs:
include:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -113,7 +113,8 @@
"extends": "@istanbuljs/nyc-config-typescript",
"reporter": [
"html",
"text-summary"
"text-summary",
"lcov"
]
},
"engines": {
Expand Down

0 comments on commit 6ed9728

Please sign in to comment.