Skip to content

Commit

Permalink
Exclude mocks and config from coverage, closes #221
Browse files Browse the repository at this point in the history
  • Loading branch information
lathonez committed Apr 11, 2017
1 parent c80544b commit 096e063
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .angular-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@
"test": {
"karma": {
"config": "./karma.conf.js"
},
"codeCoverage": {
"exclude": [
"src/polyfills.ts",
"src/test.ts",
"src/mocks.ts",
"**/*.mock.ts"
]
}
},
"defaults": {
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
### Features

* **Update**: Update to Ionic 3.0.1 and @angular/cli 1.0.0 (implying @angular 4.0.0) ([0ed7a16](https://github.com/lathonez/clicker/commit/0ed7a16))
* **Unit**: Exclude mocks and config from coverage [#221](https://github.com/lathonez/clicker/issues/221) ([](https://github.com/lathonez/clicker/commit/))

<a name="2.11.0"></a>
# 2.11.0 (2017-04-11)
Expand Down

0 comments on commit 096e063

Please sign in to comment.