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

Generate and upload code coverage report for operator-developer-e2e job #440

Open
m1kola opened this issue Oct 6, 2023 · 2 comments
Open
Assignees
Labels
github_actions Pull requests that update GitHub Actions code good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.

Comments

@m1kola
Copy link
Member

m1kola commented Oct 6, 2023

We currently have 2 jobs which upload code coverage to codecov:

  • unit-test
  • e2e

But we also have operator-developer-e2e which was added more recently and it does not upload coverage.

We should consider uploading code coverage from this job as well to have more complete picture.

@m1kola m1kola added good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. github_actions Pull requests that update GitHub Actions code labels Oct 6, 2023
@m1kola
Copy link
Member Author

m1kola commented Oct 6, 2023

#441 adds codecov.yml which tells codecov how many jobs it should wait for before sending notifications.

If as part of this issue we add a new job - the number will need to be incremented.

@trgeiger
Copy link
Contributor

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update GitHub Actions code good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
Projects
None yet
Development

No branches or pull requests

2 participants