-
Notifications
You must be signed in to change notification settings - Fork 470
How to support bisect_ppx? #57
Copy link
Copy link
Closed
Labels
Description
bisect_ppx is an odd ppx rewriter because you only want it active when you're measuring coverage. Usually when you're running your test suite. Dually, the tests only require the bisect ppx runtime when measuring the coverage. Ideally, this is something jbuilder would support on a global basis with minimum hassle. @diml any advice on might jbuilder accommodate bisect_ppx?
Reactions are currently unavailable