Open dmke opened 3 weeks ago
Attention: Patch coverage is 57.57576%
with 14 lines
in your changes missing coverage. Please review.
Project coverage is 71.10%. Comparing base (
d0ecbbf
) to head (5bdbbbb
).
Files with missing lines | Patch % | Lines |
---|---|---|
cmd/texd/main.go | 0.00% | 11 Missing :warning: |
tex/engine.go | 86.36% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This allows or prohibits shell command execution from within TeX files.
TODO: Verify whether
latexmk -showextraoptions
mentions direct support for passing either flag. latexmk(1) does not, but has examples passing it via the-pdf{lua,xe,}latex="COMMAND"
options. This would complicate the construction of the latexmk command.Fixes: #152