s0 / git-publish-subdir-action

GitHub Action to push a subdirectory as a branch to any git repo (e.g. for GitHub Pages)
https://github.com/marketplace/actions/push-git-subdirectory-as-branch
MIT License
212 stars 36 forks source link

Remove initial commit when committing to an empty branch. #26

Closed s0 closed 4 years ago

s0 commented 4 years ago

Fixes #25

codecov[bot] commented 4 years ago

Codecov Report

Merging #26 into develop will decrease coverage by 0.20%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #26      +/-   ##
===========================================
- Coverage    93.63%   93.42%   -0.21%     
===========================================
  Files            1        1              
  Lines          157      152       -5     
  Branches        31       31              
===========================================
- Hits           147      142       -5     
  Misses           4        4              
  Partials         6        6              
Impacted Files Coverage Δ
action/src/index.ts 93.42% <100.00%> (-0.21%) :arrow_down:

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 f7d808b...76845e5. Read the comment docs.