Skip to content

Unit tests coverage: Enable Karma Coverage

Background

In order to continue improving on the quality and testing side, we would like to get a better understanding of the unit tests we currently have, to do so, we need to be able to read the unit tests coverage.

What to do?

  • Integrate Karma Coverage Plugin into the App
  • Configure sources to be included into the test coverage
  • Make sure that when running the test coverage that it actually computes the coverage.

References

Edited by Carlos Sanchez