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

Commit

Permalink
Coverage_fix_1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nacho888 committed Mar 28, 2019
1 parent cdec96d commit 94f059f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,13 @@
"src/favicon.ico",
"src/assets"
],
"codeCoverageExclude": ["./src/app/services/(auth.guard.service.ts|chat.service.ts|rdf.service.ts|solid.auth.service.ts)"]
"codeCoverage": {
"exclude": [
"src/app/services/auth.guard.service.ts",
"src/app/services/rdf.service.ts",
"src/app/services/solid.auth.service.ts"
]
}
}
},
"lint": {
Expand Down

0 comments on commit 94f059f

Please sign in to comment.