Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
update coverage exlusions
Browse files Browse the repository at this point in the history
  • Loading branch information
tboeckmann committed Aug 16, 2020
1 parent 8ec6820 commit 00ac656
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions angular.json
Expand Up @@ -84,6 +84,12 @@
"builder": "@angular-devkit/build-angular:karma",
"options": {
"codeCoverage": true,
"codeCoverageExclude": [
"/**/*mock.ts",
"/**/*stub.ts",
"/**/test-helpers/**",
"src/test/**"
],
"main": "src/test.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "src/tsconfig.spec.json",
Expand Down

0 comments on commit 00ac656

Please sign in to comment.