-
Notifications
You must be signed in to change notification settings - Fork 0
build: 🔨 add test of recopy and copy in existing project #126
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
build: 🔨 add test of recopy and copy in existing project #126
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some questions and a typo
justfile
Outdated
echo "Testing recopy command -----------" | ||
rm .cz.toml | ||
git add . | ||
git commit -m "test: recopying from the template" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit just deletes .cz.toml
, right? Or how is it testing the recopying? Or is it to say that it like sets up the test to come?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I only deleted one file to show that it gets added back to confirm the recopy works. We could add more files to delete.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I was just wondering about the commit message vs the content of the commit. But it doesn't really matter 👍 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ooo, I see what you mean. Yea, It's more of a way to indicate the state. I will clarify the message.
Co-authored-by: martonvago <57952344+martonvago@users.noreply.github.com>
justfile
Outdated
echo "Testing recopy command -----------" | ||
rm .cz.toml | ||
git add . | ||
git commit -m "test: recopying from the template" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I was just wondering about the commit message vs the content of the commit. But it doesn't really matter 👍 👍
Description
This tests that copying also fixes deleted files or can be used in an existing project.
Closes #122
This PR needs an in-depth review.
Checklist
just run-all