Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add integration with code coverage reporting solution #276

Closed
m1kola opened this issue Jun 27, 2023 · 0 comments · Fixed by #279
Closed

Add integration with code coverage reporting solution #276

m1kola opened this issue Jun 27, 2023 · 0 comments · Fixed by #279

Comments

@m1kola
Copy link
Member

m1kola commented Jun 27, 2023

In operator-registry we already use codecov so this can be our baseline. But we should be open to consider other reporting solutons keeping in mind that eventually (out of scope for this ticket) we want to have multiple coverage profiles (unit tests, e2e, etc) and should be able to combine them together.

Note: make test-unit already produces coverage report, but it currently is left unused.

Acceptance criteria:

  • We should be able to view visual code coverage report
  • We should be able to measure diff in code coverage between master and a pull request
  • Test job must fail if there is an issue publishing the report to to code coverage solution
  • We should have non-blocking checks on PR reporting the diff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant