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

Fix deployment problems with destionationDir set #414

Merged
merged 1 commit into from
Jul 25, 2020
Merged

Fix deployment problems with destionationDir set #414

merged 1 commit into from
Jul 25, 2020

Conversation

DerAndereAndi
Copy link
Contributor

This fixes #410

The destination directory is not getting created using fs.copyFileSync (which is used in io.cp), so the code has to take care of that.

@codecov
Copy link

codecov bot commented Jul 24, 2020

Codecov Report

Merging #414 into main will decrease coverage by 0.64%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #414      +/-   ##
==========================================
- Coverage   55.81%   55.17%   -0.65%     
==========================================
  Files           4        4              
  Lines         258      261       +3     
  Branches       49       50       +1     
==========================================
  Hits          144      144              
- Misses        113      116       +3     
  Partials        1        1              
Impacted Files Coverage Δ
src/git-utils.ts 36.97% <0.00%> (-0.96%) ⬇️

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 0b4686e...6f9bef4. Read the comment docs.

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.

Failure on copyAssets when using external_repository, publish_dir and destination_dir
2 participants