Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: attempt to gather code coverage info in the executable tests #638

Merged
merged 3 commits into from
Sep 14, 2020

Commits on Sep 11, 2020

  1. tests: attempt to gather code coverage info in the executable tests

    It turns out that our tests of the built `tectonic` executable weren't
    gathering code coverage information about the code paths exercised in
    those tests. I *think* that it's not so hard to hack in some support to
    gather that information, so let's give it a try.
    pkgw committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    913c8d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b100e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Configuration menu
    Copy the full SHA
    74d2549 View commit details
    Browse the repository at this point in the history