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: swagger Makefile target broken on darwin #1701

Merged
merged 1 commit into from
Aug 15, 2023

Conversation

adodon2go
Copy link
Collaborator

What type of PR is this?
bug

Which issue does this PR fix:

What does this PR do / Why do we need it:
On Mac OS the swagger target does nothing (because of using . or DOT in makefile target name)

If an issue # is not available please add repro steps and logs showing the issue:

aiandus-MacBook-Pro:zot aiandu$ make swagger
make: Nothing to be done for `swagger'.

Testing done on this change:

make swagger

Automation added to e2e:

Will this break upgrades or downgrades?
No

Does this PR introduce any user-facing change?:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@rchincha
Copy link
Contributor

@adodon2go can u pls check the build failure?

@codecov
Copy link

codecov bot commented Aug 15, 2023

Codecov Report

Merging #1701 (c70b8c5) into main (e129d40) will decrease coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1701      +/-   ##
==========================================
- Coverage   91.45%   91.44%   -0.02%     
==========================================
  Files         123      123              
  Lines       25990    25990              
==========================================
- Hits        23770    23767       -3     
- Misses       1654     1656       +2     
- Partials      566      567       +1     
Files Changed Coverage Δ
pkg/api/routes.go 94.34% <ø> (ø)

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor

@rchincha rchincha left a comment

Choose a reason for hiding this comment

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

lgtm

@rchincha rchincha merged commit e510df7 into project-zot:main Aug 15, 2023
27 of 28 checks passed
@adodon2go adodon2go deleted the darwin-swagger branch August 16, 2023 02:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants