-
Notifications
You must be signed in to change notification settings - Fork 285
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
feat: Track code coverage #590
base: master
Are you sure you want to change the base?
feat: Track code coverage #590
Conversation
Signed-off-by: mehabhalodiya <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
cca9f73
to
94dae18
Compare
Signed-off-by: mehabhalodiya <[email protected]>
94dae18
to
6cfe2c6
Compare
Signed-off-by: mehabhalodiya <[email protected]>
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
55fb5b1
to
307d8ad
Compare
Signed-off-by: mehabhalodiya <[email protected]>
307d8ad
to
bce18f4
Compare
@mehabhalodiya: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
What type of PR is this?
/kind enhancement
What does this PR do / why do we need it:
Action: https://github.com/marketplace/actions/codecov
A necessity w.r.t project status; Use codecov for generating coverage reports on every new PR.
Have you updated the necessary documentation?
Which issue(s) this PR fixes:
Fixes https://issues.redhat.com/browse/GITOPS-3278
Test acceptance criteria:
How to test changes / Special notes to the reviewer:
You will be able to see the CI checks/Actions running and a comment on the PR made by
codecov
bot.