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

Improvements on Makefile #1033

Merged
merged 1 commit into from Aug 16, 2023

Conversation

criadoperez
Copy link
Contributor

Description

Added make help feature to display possible targets of the make command.

Changes

  • [] Bugfix (non-breaking change that solves an issue)
  • Hotfix (change that solves an urgent issue, and requires immediate attention)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (change that is not backwards-compatible and/or changes current functionality)
  • Changes only for a subset of nodes

Output

$ make help 

Available targets:
  clean               - Removes the build directory.
  tests               - Runs Go tests on specific packages.
  build               - Compiles the Heimdall binaries.
  install             - Installs the Heimdall binaries.
  contracts           - Generates Go bindings for Ethereum contracts.
  build-arm           - Compiles the Heimdall binaries for ARM64 architecture.
  lint                - Runs the GolangCI-Lint tool on the codebase.
  build-docker        - Builds a Docker image for the latest Git tag.
  push-docker         - Pushes the Docker image for the latest Git tag.
  build-docker-develop- Builds a Docker image for the development branch.
  release-dry-run     - Performs a dry run of the release process.
  release             - Executes the actual release process.

@codecov
Copy link

codecov bot commented Aug 13, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (e49b92f) 75.40% compared to head (b8fe027) 75.40%.
Report is 1 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1033   +/-   ##
========================================
  Coverage    75.40%   75.40%           
========================================
  Files           49       49           
  Lines         5309     5309           
========================================
  Hits          4003     4003           
  Misses        1071     1071           
  Partials       235      235           

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

@VAIBHAVJINDAL3012 VAIBHAVJINDAL3012 merged commit c7ec9d5 into maticnetwork:develop Aug 16, 2023
9 checks passed
@criadoperez criadoperez deleted the fix/Makefile branch August 16, 2023 22:49
Copy link

@jarivers082461 jarivers082461 left a comment

Choose a reason for hiding this comment

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

Nice fixes I love Pipeflare.io

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.

None yet

4 participants