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

Add tidy to the verify target #320

Merged
merged 1 commit into from Apr 1, 2024

Conversation

tmshort
Copy link
Contributor

@tmshort tmshort commented Mar 29, 2024

As part of verifying, we should really be checking the status of go mod tidy. This can be done by adding the tidy target as a dependency of the verify target. This will be ussed during github workflows/CI to make sure everything is "tidied".

As part of verifying, we should really be checking the status of
`go mod tidy`. This can be done by adding the `tidy` target as a
dependency of the `verify` target. This will be ussed during
github workflows/CI to make sure everything is "tidied".
Copy link

codecov bot commented Mar 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 42.45%. Comparing base (4454fc8) to head (6278534).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #320   +/-   ##
=======================================
  Coverage   42.45%   42.45%           
=======================================
  Files          42       42           
  Lines        4011     4011           
=======================================
  Hits         1703     1703           
  Misses       2156     2156           
  Partials      152      152           

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

@everettraven
Copy link
Contributor

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Apr 1, 2024
@grokspawn
Copy link
Contributor

/approve

Copy link

openshift-ci bot commented Apr 1, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: grokspawn, tmshort

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 Apr 1, 2024
@openshift-merge-bot openshift-merge-bot bot merged commit 191f5a7 into operator-framework:master Apr 1, 2024
6 checks passed
@tmshort tmshort deleted the tidy branch April 2, 2024 13:23
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. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants