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

implement --skip-file, drop --allow-empty #72

Merged
merged 2 commits into from
Jul 1, 2020
Merged

Conversation

martinohmann
Copy link
Owner

@martinohmann martinohmann commented Jul 1, 2020

The allow-empty feature was confusing. Conditional inclusion of files can be acheived by the --skip-file flag now.

Also, passing a dir to the --overwrite-file flag will now cause existing files in the dir to be overwritten.

Closes #71

The allow-empty feature was confusing. Conditional inclusion of files
can be acheived by the `--skip-file` flag now.

Also, passing a dir to the `--overwrite-file` flag will now cause
existing files in the dir to be overwritten.
@codecov
Copy link

codecov bot commented Jul 1, 2020

Codecov Report

Merging #72 into master will increase coverage by 0.03%.
The diff coverage is 92.59%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #72      +/-   ##
==========================================
+ Coverage   82.03%   82.07%   +0.03%     
==========================================
  Files          35       35              
  Lines        1319     1333      +14     
==========================================
+ Hits         1082     1094      +12     
- Misses        159      160       +1     
- Partials       78       79       +1     
Impacted Files Coverage Δ
internal/project/builder.go 92.77% <92.59%> (-0.65%) ⬇️

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 3307764...42d064e. Read the comment docs.

@martinohmann martinohmann merged commit 816f1f7 into master Jul 1, 2020
@martinohmann martinohmann deleted the skip-files branch July 1, 2020 19:56
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.

Option to skip files
1 participant