You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This extends the public TypeScript configuration and sets it to check
just our source files. The `all` setting must be `false` otherwise the
tool crashes with an OOM because the test runner launches VS Code
instances. The `.vscode-test` folder must be excluded or `nyc` will
attempt to instrument Code's own sources. The `out` and `src` folders
must both be included so that the TypeScript source mapping works. The
coverage check is set to false because we'll enable failures for reduced
coverage later. The Cobertura report is for Azure DevOps (cobertura) and
a summary is printed to the console.
0 commit comments