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 help to make file #975

Merged
merged 2 commits into from
Jun 19, 2023
Merged

Add help to make file #975

merged 2 commits into from
Jun 19, 2023

Conversation

TerryHowe
Copy link
Member

What this PR does / why we need it:
Add make help

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

Please check the following list:

  • Does the affected code have corresponding tests, e.g. unit test, E2E test?
  • Does this change require a documentation update?
  • Does this introduce breaking changes that would require an announcement or bumping the major version?
  • Do all new files have an appropriate license header?

Signed-off-by: Terry Howe <tlhowe@amazon.com>
@codecov-commenter
Copy link

codecov-commenter commented Jun 14, 2023

Codecov Report

Merging #975 (c7688bb) into main (7c09fd4) will not change coverage.
The diff coverage is n/a.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##             main     #975   +/-   ##
=======================================
  Coverage   81.08%   81.08%           
=======================================
  Files          53       53           
  Lines        2776     2776           
=======================================
  Hits         2251     2251           
  Misses        356      356           
  Partials      169      169           

@sajayantony
Copy link
Contributor

Should we make help the default target?
Looks nice -

❯ make help

Usage:
  make <target>
  test                                           build for linux amd64
  teste2e                                        run end to end tests
  covhtml                                        look at code coverage
  clean                                          clean up build
  build                                          build for all targets
  build-linux                                    build all linux architectures
  build-linux-amd64                              build for linux amd64
  build-linux-arm64                              build for linux arm64
  build-linux-arm-v7                             build for linux arm v7
  build-linux-s390x                              build for linux s390x
  build-mac                                      build all mac architectures
  build-mac-amd64                                build for mac amd64
  build-mac-arm64                                build for mac arm64
  build-windows                                  build all windows architectures
  build-windows-amd64                            build for windows amd64
  build-windows-arm64                            build for windows arm64
  check-encoding                                 check file CR/LF encoding
  fix-encoding                                   fix file CR/LF encoding
  tidy                                           go mod tidy
  vendor                                         go mod vendor
  fetch-dist                                     fetch distribution
  sign                                           sign
  teste2e-covdata                                test e2e coverage
  help                                           Display this help

Makefile Outdated Show resolved Hide resolved
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
@TerryHowe
Copy link
Member Author

Should we make help the default target? Looks nice -

I fixed the help for the test target. To me, the ideal default target would build for the current OS/arch and run the tests. Either way though, I'd sooner do that as another PR.

@qweeah qweeah merged commit 22a7316 into oras-project:main Jun 19, 2023
shizhMSFT pushed a commit to shizhMSFT/oras that referenced this pull request Aug 3, 2023
Signed-off-by: Terry Howe <tlhowe@amazon.com>
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.

4 participants