ASML-Labs / PPTX.jl

Generate PowerPoint PPTX files from Julia
https://asml-labs.github.io/PPTX.jl/
MIT License
90 stars 7 forks source link

Add content types, try2 #46

Closed jaakkor2 closed 1 year ago

jaakkor2 commented 1 year ago

File [Content_Types].xml was in mode 0o444 when we tried to overwrite it. Add write permission with chmod(path, 0o644).

Should fix #45.

codecov[bot] commented 1 year ago

Codecov Report

Merging #46 (1f1adda) into main (679af03) will increase coverage by 0.14%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #46      +/-   ##
==========================================
+ Coverage   94.47%   94.62%   +0.14%     
==========================================
  Files          10       10              
  Lines         507      521      +14     
==========================================
+ Hits          479      493      +14     
  Misses         28       28              
Files Changed Coverage Δ
src/write.jl 87.70% <100.00%> (+1.59%) :arrow_up:
matthijscox-asml commented 1 year ago

Thanks. I'll merge this and then think of the CI + version bump.