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 Executable Target #63

Merged
merged 3 commits into from
Dec 15, 2023
Merged

Add Executable Target #63

merged 3 commits into from
Dec 15, 2023

Conversation

threeal
Copy link
Owner

@threeal threeal commented Dec 14, 2023

This pull request introduces the following changes:

  • Add my_fibonacci_main executable target for generating Fibonacci sequences from the given target.
  • Add argparse as a dependency for parsing arguments in the my_fibonacci_main executable.
  • Exclude src/main.cpp from test coverage check in the CI workflow.

It closes #61.

@threeal threeal self-assigned this Dec 14, 2023
@threeal threeal added the feat label Dec 14, 2023
@threeal threeal added this to the Version 1.0.0 milestone Dec 14, 2023
@threeal threeal marked this pull request as ready for review December 14, 2023 15:54
@threeal threeal merged commit ebf098d into main Dec 15, 2023
2 checks passed
@threeal threeal deleted the add-executable-target branch December 15, 2023 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Executable Target
1 participant