Closed jaakkor2 closed 1 year ago
Merging #46 (1f1adda) into main (679af03) will increase coverage by
0.14%
. The diff coverage is100.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: |
Thanks. I'll merge this and then think of the CI + version bump.
File
[Content_Types].xml
was in mode0o444
when we tried to overwrite it. Add write permission withchmod(path, 0o644)
.Should fix #45.