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

gitignored file #1373

Merged
merged 1 commit into from
Nov 15, 2023
Merged

gitignored file #1373

merged 1 commit into from
Nov 15, 2023

Conversation

hparfr
Copy link
Contributor

@hparfr hparfr commented Oct 16, 2023

a file in the template but gitignored in the project should persist in the filesystem

fixes #1162

@codecov
Copy link

codecov bot commented Oct 16, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5827d6a) 97.44% compared to head (9806d75) 97.44%.
Report is 6 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1373   +/-   ##
=======================================
  Coverage   97.44%   97.44%           
=======================================
  Files          48       48           
  Lines        4423     4430    +7     
=======================================
+ Hits         4310     4317    +7     
  Misses        113      113           
Flag Coverage Δ
unittests 97.44% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

copier/main.py Outdated Show resolved Hide resolved
tests/test_updatediff.py Outdated Show resolved Hide resolved
@yajo
Copy link
Member

yajo commented Oct 22, 2023

Looks like you have to reformat the code. Run poe lint to do it automatically please.

@hparfr
Copy link
Contributor Author

hparfr commented Oct 23, 2023

Thanks @yajo for your review

Copy link
Member

@yajo yajo left a comment

Choose a reason for hiding this comment

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

Thanks!

@yajo yajo enabled auto-merge (squash) October 23, 2023 19:12
auto-merge was automatically disabled October 24, 2023 08:43

Head branch was pushed to by a user without write access

tests/test_updatediff.py Outdated Show resolved Hide resolved
@hparfr
Copy link
Contributor Author

hparfr commented Oct 24, 2023

I hope this one is the good one :)

@yajo yajo enabled auto-merge (squash) October 28, 2023 02:57
a file in the template but gitignored in the project
should persist in the filesystem
auto-merge was automatically disabled November 7, 2023 14:05

Head branch was pushed to by a user without write access

@hparfr hparfr force-pushed the fix-gitignore-behavior-1162 branch from 98b8880 to 9806d75 Compare November 7, 2023 14:05
@hparfr
Copy link
Contributor Author

hparfr commented Nov 7, 2023

There war an issue with flake-check, I rebased and squashed on master

Copy link
Member

@sisp sisp left a comment

Choose a reason for hiding this comment

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

Excellent work! 👌 Thanks! 🙏

@sisp sisp merged commit 436b528 into copier-org:master Nov 15, 2023
20 checks passed
@hparfr hparfr deleted the fix-gitignore-behavior-1162 branch November 16, 2023 07:39
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.

gitignored files removed after update
3 participants