Skip to content

Added unit-test codecov upload#1092

Open
AdamSaleh wants to merge 1 commit intoredhat-developer:masterfrom
AdamSaleh:codecov_upload
Open

Added unit-test codecov upload#1092
AdamSaleh wants to merge 1 commit intoredhat-developer:masterfrom
AdamSaleh:codecov_upload

Conversation

@AdamSaleh
Copy link
Contributor

What type of PR is this?
/kind enhancement

What does this PR do / why we need it:
We should be tracking our code coverage, this should enable it in such away that it won't cause test to fail if upload fails.

@openshift-ci openshift-ci bot added the kind/enhancement New feature or request label Feb 27, 2026
@openshift-ci
Copy link

openshift-ci bot commented Feb 27, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign varshab1210 for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@AdamSaleh AdamSaleh force-pushed the codecov_upload branch 3 times, most recently from 781e926 to 54f6b6b Compare February 27, 2026 11:56
fi
curl -Os https://cli.codecov.io/latest/linux/codecov
chmod +x codecov
CODECOV_TOKEN="$(cat "${CODECOV_TOKEN_FILE}")" ./codecov upload-process --file cover.out
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we also specify the flag "unit-tests" so we can distinguish between test types in a future once we start uploading e2e test coverage too?

e.g.

./codecov upload-process \
  --token "${CODECOV_TOKEN}" \
  --flag unit-tests \
  --file coverage.out

see the jira ticket for more details

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, fair point. Will add.

@AdamSaleh AdamSaleh force-pushed the codecov_upload branch 3 times, most recently from fa6423f to 685a077 Compare February 27, 2026 14:23
Signed-off-by: Adam Saleh <adam@asaleh.net>
@openshift-ci
Copy link

openshift-ci bot commented Feb 27, 2026

@AdamSaleh: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/v4.19-e2e 7345417 link true /test v4.19-e2e
ci/prow/v4.14-e2e 7345417 link true /test v4.14-e2e
ci/prow/v4.14-kuttl-parallel 7345417 link false /test v4.14-kuttl-parallel
ci/prow/v4.14-kuttl-sequential 7345417 link false /test v4.14-kuttl-sequential

Full PR test history. Your PR dashboard.

Details

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants