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

Added a way to skip some files #18

Closed
wants to merge 6 commits into from
Closed

Conversation

julplee
Copy link
Contributor

@julplee julplee commented Mar 6, 2020

I needed an option to skip some files when copying a directory (for example I want to get my Android config files but not my AVD device images)

@codecov-io
Copy link

Codecov Report

Merging #18 into master will increase coverage by 1.47%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
+ Coverage   83.33%   84.81%   +1.47%     
==========================================
  Files           2        2              
  Lines          72       79       +7     
==========================================
+ Hits           60       67       +7     
  Misses          6        6              
  Partials        6        6
Impacted Files Coverage Δ
copy.go 84.21% <100%> (+1.6%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9530851...cc1cc34. Read the comment docs.

@otiai10 otiai10 self-requested a review March 6, 2020 11:20
@otiai10
Copy link
Owner

otiai10 commented Mar 6, 2020

The use case completely makes sense. Let me suggest implementation for that.

@otiai10 otiai10 mentioned this pull request Mar 6, 2020
@otiai10
Copy link
Owner

otiai10 commented Mar 6, 2020

See #19

@otiai10 otiai10 closed this in #19 Mar 6, 2020
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.

None yet

3 participants