# What? Add code coverage reports in pass-ui so that they can be added to SonarQube. # Why? This will help us keep our code clean and more maintainable. # How? - Identify a code coverage tool and implement it in pass-ui - Follow the instructions on [SQ doc site](https://docs.sonarsource.com/sonarqube-cloud/enriching/test-coverage/javascript-typescript-test-coverage/) on how to integrate with SQ. # Acceptance Criteria Code coverage reports are generated and visible in SQ.