Skip to content

Commit

Permalink
test: add coverage exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
QuietNatu committed Aug 31, 2024
1 parent 1cac17a commit aa7a3c2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion apps/rotom/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,12 @@
"scripts": [],
"karmaConfig": "karma.config.js",
"include": ["**/*.test.ts"],
"codeCoverageExclude": ["src/mocks/**/*", "src/api/**/*"],
"codeCoverageExclude": [
"src/mocks/**/*",
"src/api/**/*",
"src/test/**/*",
"src/app/core/providers/**/*"
],
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
Expand Down

0 comments on commit aa7a3c2

Please sign in to comment.