SDV icon indicating copy to clipboard operation
SDV copied to clipboard

Add integration tests to code coverage report

Open amontanez24 opened this issue 4 months ago • 0 comments

Problem Description

As a developer, I'd like to know how much code is covered by our integration tests.

Expected behavior

Currently, our code coverage is only based off of our unit tests. While this is great, it would be nice to know how much of our codebase is covered by integration testing as well.

  • Add integration testing to the code coverage report
  • In order for it to be useful, we will need to reports, one for only unit tests and one for integration. Otherwise the percentage will be high because of our high unit test coverage.

amontanez24 avatar Oct 11 '24 21:10 amontanez24