Skip to content

Add run Make target #376

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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

guruakashsm
Copy link

@guruakashsm guruakashsm commented Mar 25, 2025

This PR adds a make run target to the Makefile, making it easier to run the Go application with a single command.

Changes Introduced:
Added run target to Makefile:

.PHONY: run
run: ## Run the Go application
    go run main.go

Motivation:
The Makefile currently provides targets for building, testing, and linting but lacks a command to run the application. This addition improves usability by allowing developers to start the application without manually using go run .

How to Test:

  1. Pull the branch and checkout locally.
  2. Run the following command:
    make run

Related Issue:
Fixes #375

Notes:

  • Let me know if any modifications are needed!
  • Happy to make further improvements if required. 🚀

Copy link

codecov bot commented Mar 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 50.00%. Comparing base (79570fc) to head (3711f33).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #376   +/-   ##
=======================================
  Coverage   50.00%   50.00%           
=======================================
  Files           1        1           
  Lines           4        4           
=======================================
  Hits            2        2           
  Misses          2        2           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@pellared pellared changed the title Add make run target to Makefile Add run Make target Mar 25, 2025
@guruakashsm guruakashsm requested a review from pellared March 26, 2025 03:05
@pellared
Copy link
Member

pellared commented Mar 26, 2025

Thank you for your contribution

@pellared pellared enabled auto-merge (squash) March 26, 2025 05:35
@pellared pellared disabled auto-merge March 26, 2025 05:35
@pellared pellared enabled auto-merge (squash) March 26, 2025 05:36
@pellared pellared disabled auto-merge April 17, 2025 08:57
@pellared pellared enabled auto-merge (squash) April 17, 2025 08:59
@pellared
Copy link
Member

I have forgotten to merge. @guruakashsm, sorry for the delay.

@pellared
Copy link
Member

pellared commented Apr 17, 2025

I now see why I have not merged it.

Merging is blocked. Commits must have verified signatures.

Can you please sign your commits?
This may help you: https://superuser.com/questions/397149/can-you-gpg-sign-old-commits

@pellared pellared disabled auto-merge April 17, 2025 09:15
@pellared
Copy link
Member

@guruakashsm, bump.

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.

Add make run target to Makefile
3 participants