Investigate the new Go (from version 1.20) feature that supports code coverage for integration tests (at the package level). This is a [good article](https://go.dev/blog/integration-test-coverage) on this new feature that we can potentially use in the e2e tests in the future for example.