digineo / texd

texd wraps TeX in a web API
MIT License
8 stars 1 forks source link

Improve Docker-in-Docker support #13

Closed dmke closed 2 years ago

dmke commented 2 years ago

Fixes: #6

codecov[bot] commented 2 years ago

Codecov Report

Merging #13 (1cd1a18) into master (a0e4d34) will increase coverage by 7.89%. The diff coverage is 91.66%.

:exclamation: Current head 1cd1a18 differs from pull request most recent head 815fd8b. Consider uploading reports for the commit 815fd8b to get more accurate results

@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
+ Coverage   73.00%   80.90%   +7.89%     
==========================================
  Files          29       30       +1     
  Lines        1541     1592      +51     
==========================================
+ Hits         1125     1288     +163     
+ Misses        346      243     -103     
+ Partials       70       61       -9     
Impacted Files Coverage Δ
exec/docker.go 100.00% <ø> (+100.00%) :arrow_up:
exec/local.go 100.00% <ø> (+22.85%) :arrow_up:
tex/working_dir.go 76.92% <75.00%> (+76.92%) :arrow_up:
exec/docker_client.go 95.32% <80.00%> (+19.24%) :arrow_up:
exec/docker_in_docker.go 100.00% <100.00%> (ø)
exec/mock.go 100.00% <100.00%> (+100.00%) :arrow_up:
tex/document.go 74.07% <100.00%> (ø)
... and 2 more

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 a0e4d34...815fd8b. Read the comment docs.