Skip to content

Commit

Permalink
Exclude public-api.ts from test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
fboeller committed Mar 7, 2021
1 parent ba74be7 commit e903e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
],
"collectCoverage": true,
"collectCoverageFrom": [
"<rootDir>/projects/ngx-loadable/src/**/*.{ts,js}"
"<rootDir>/projects/ngx-loadable/src/**/{!(public-api),}.{ts,js}"
],
"clearMocks": true,
"coverageThreshold": {
Expand Down

0 comments on commit e903e28

Please sign in to comment.