Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Add --from-branch cli arg#66

Merged
gilesknap merged 4 commits into
mainfrom
add-from-branch-arg
Feb 2, 2023
Merged

Add --from-branch cli arg#66
gilesknap merged 4 commits into
mainfrom
add-from-branch-arg

Conversation

@MichaelStubbings
Copy link
Copy Markdown
Collaborator

This allows users to choose which skeleton branch they want to merge into their code. If they do not supply this argument, then main will be used by default.

  • Add from branch argument
  • Add unit tests

This will allow users to choose which skeleton branch they want to merge with their code.
If they do not supply this argument, then main will be used by default.
Comment thread src/python3_pip_skeleton/__main__.py
@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 31, 2023

Codecov Report

Merging #66 (af40caf) into main (2932aa9) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #66   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines          135       138    +3     
=========================================
+ Hits           135       138    +3     
Impacted Files Coverage Δ
src/python3_pip_skeleton/__main__.py 100.00% <100.00%> (ø)

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

Copy link
Copy Markdown
Contributor

@gilesknap gilesknap left a comment

Choose a reason for hiding this comment

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

nice tests.

@gilesknap gilesknap merged commit e1070b6 into main Feb 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants