WIP: Add Codecov coverage Prow jobs for rosa-boundary#82021
Conversation
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tiwillia The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (1)
WalkthroughThe ROSA Boundary CI configuration adds a coverage job and a postsubmit coverage-publishing job. Both run ChangesROSA Boundary coverage
Estimated code review effort: 1 (Trivial) | ~3 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
Adds presubmit (
coverage) and postsubmit (publish-coverage) Prow jobs to upload Go unit test coverage to the self-hosted Codecov instance foropenshift-online/rosa-boundary.Jobs added:
coverage— runsmake codecovon every PR (presubmit)publish-coverage— runsmake codecovon merge tomain(postsubmit)Both mount the
rosa-boundary-codecovsecret at/var/run/codecov-secretprovidingCODECOV_TOKENandCODECOV_ENTERPRISE_URL.Depends on: openshift-online/rosa-boundary#112 (adds
make test-coverage,make codecov, andscripts/codecov.shto the rosa-boundary repo). This PR should not be merged until that PR lands./hold
Summary by CodeRabbit
Adds presubmit and postsubmit coverage jobs for
openshift-online/rosa-boundary. Both runmake codecovfrom thesrccontainer and mount therosa-boundary-codecovsecret for uploading Go test coverage; postsubmit publishing runs after merges tomain.