Skip to content

normalize unit test targets across repos. add skip/target test args #438

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

grokspawn
Copy link
Contributor

this standardizes the v0 repos so we can do make unit in all three to perform unit tests. This avoid cognitive dissonance of wondering how each handles it. Preserves the old mechanics in case things are dependent on them.

Enhances the unit test runs to generate coverage info by default, and to provide the capability to target or skip specific tests.

In future, I'd really like to get the CI workflows to use the make unit target instead of the current hardcoded approach and this is a first step to making that possible.

@openshift-ci openshift-ci bot requested review from exdx and tmshort July 16, 2025 21:03
Copy link

codecov bot commented Jul 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 38.27%. Comparing base (d34b367) to head (6223425).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #438   +/-   ##
=======================================
  Coverage   38.27%   38.27%           
=======================================
  Files          56       56           
  Lines        5450     5450           
=======================================
  Hits         2086     2086           
  Misses       3212     3212           
  Partials      152      152           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@grokspawn grokspawn requested review from Copilot and removed request for tmshort and exdx July 16, 2025 21:05
Copilot

This comment was marked as off-topic.

@grokspawn
Copy link
Contributor Author

/approve

Copy link

openshift-ci bot commented Jul 17, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: grokspawn

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

The pull request process is described here

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

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant