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

Migrate to dune 2.7 and add bisect runes #436

Merged
merged 5 commits into from
Nov 30, 2020
Merged

Commits on Nov 30, 2020

  1. port build system to dune 2

    hannesm committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    8bb7786 View commit details
    Browse the repository at this point in the history
  2. dune build @fmt --auto

    hannesm committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    3c674db View commit details
    Browse the repository at this point in the history
  3. add bisect_ppx instrumentation runes

    as advertised on the bisect_ppx repository:
    dune runtest --instrument-with bisect_ppx --force
    bisect-ppx-report summary (or html)
    -> Coverage: 2232/3604 (61.93%)
    hannesm committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    e6b20e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09e77a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8142d95 View commit details
    Browse the repository at this point in the history