Closed rm-dr closed 8 months ago
Attention: Patch coverage is 89.09091%
with 6 lines
in your changes are missing coverage. Please review.
Project coverage is 46.41%. Comparing base (
edd49ba
) to head (8d5402c
).
Files | Patch % | Lines |
---|---|---|
src/bin/tectonic/main.rs | 91.30% | 2 Missing :warning: |
src/bin/tectonic/v2cli.rs | 92.00% | 2 Missing :warning: |
src/unstable_opts.rs | 33.33% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
structopt
has been integrated intoclap
as of0.3
, andatty
hasn't been updated in a few years. This PR fixes both these problems, and closes #1034.