How to set up Angular code coverage in VS Code

In less than 30 seconds.

Daniel Kreider

--

Here’s how to configure code coverage to discover which chunks of your Angular application are being tested.

Three.

Two.

One.

GO!

1. Change the angular.json

Open the angular.json file in the root folder of your Angular project.

--

--