Skip to content

Commit

Permalink
chore(coverage): remove docs from coverage reports (Semantic-Org#1283)
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter authored and harel committed Feb 18, 2017
1 parent 1abd55f commit 2fd93f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"env": {
"test": {
"plugins": [
["__coverage__", { "ignore": "test/" }]
["__coverage__", { "only": "src/" }]
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
coverage:
ignore:
- src/factories.js
- docs/*
- src/lib/*

0 comments on commit 2fd93f0

Please sign in to comment.