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

fix makefile #336

Merged
merged 1 commit into from
May 22, 2023
Merged

fix makefile #336

merged 1 commit into from
May 22, 2023

Conversation

msherif1234
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented May 17, 2023

Codecov Report

Merging #336 (2333337) into main (fb851fd) will decrease coverage by 0.08%.
The diff coverage is n/a.

❗ Current head 2333337 differs from pull request most recent head 5f82a71. Consider uploading reports for the commit 5f82a71 to get more accurate results

@@            Coverage Diff             @@
##             main     #336      +/-   ##
==========================================
- Coverage   51.50%   51.42%   -0.08%     
==========================================
  Files          43       43              
  Lines        5186     5186              
==========================================
- Hits         2671     2667       -4     
- Misses       2321     2323       +2     
- Partials      194      196       +2     
Flag Coverage Δ
unittests 51.42% <ø> (-0.08%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

OCI_BIN_PATH = $(shell which podman || which docker)
OCI_BIN ?= $(shell v='$(OCI_BIN_PATH)'; echo "$${v##*/}")
OCI_BIN_PATH := $(shell which podman || which docker)
OCI_BIN ?= $(shell basename ${OCI_BIN_PATH})
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

jpinsonneau
jpinsonneau previously approved these changes May 22, 2023
Copy link
Contributor

@jpinsonneau jpinsonneau left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @msherif1234

Signed-off-by: Mohamed Mahmoud <mmahmoud@redhat.com>
@openshift-ci
Copy link

openshift-ci bot commented May 22, 2023

New changes are detected. LGTM label has been removed.

@msherif1234
Copy link
Contributor Author

/approve

@openshift-ci
Copy link

openshift-ci bot commented May 22, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: msherif1234

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-merge-robot openshift-merge-robot merged commit 515c145 into netobserv:main May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants