We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please provide us with the following information:
Windows 10.
@angular/cli: 1.0.0-beta.32.3 node: 7.5.0 os: win32 x64 @angular/common: 2.4.8 @angular/compiler: 2.4.8 @angular/compiler-cli: 2.4.8 @angular/core: 2.4.8 @angular/forms: 2.4.8 @angular/http: 2.4.8 @angular/platform-browser: 2.4.8 @angular/platform-browser-dynamic: 2.4.8 @angular/platform-server: 2.4.8 @angular/router: 3.4.8 @angular/cli: 1.0.0-beta.32.3
I am trying to exclude files from code coverage results.
no failures.
We have code that we would like to exclude from code coverage when running unit tests.
Thanks! We'll be in touch soon.
The text was updated successfully, but these errors were encountered:
When RC is released you will be able to configure the following section in the .angular-cli.json file:
.angular-cli.json
"test": { "codeCoverage": { "exclude": ["glob/to/ignore"] }, ... }
Sorry, something went wrong.
Fixed in master by #4966
Thank you so much for your update. I will wait on RC.
Thanks for all your hard work.
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
No branches or pull requests
OS?
Versions.
@angular/cli: 1.0.0-beta.32.3
node: 7.5.0
os: win32 x64
@angular/common: 2.4.8
@angular/compiler: 2.4.8
@angular/compiler-cli: 2.4.8
@angular/core: 2.4.8
@angular/forms: 2.4.8
@angular/http: 2.4.8
@angular/platform-browser: 2.4.8
@angular/platform-browser-dynamic: 2.4.8
@angular/platform-server: 2.4.8
@angular/router: 3.4.8
@angular/cli: 1.0.0-beta.32.3
Repro steps.
The log given by the failure.
Mention any other details that might be useful.
We have code that we would like to exclude from code coverage when running unit tests.
The text was updated successfully, but these errors were encountered: