Skip to content

Commit

Permalink
feat: allow coverage collection with bisect_ppx
Browse files Browse the repository at this point in the history
  • Loading branch information
therain7 committed Oct 29, 2024
1 parent b691b9a commit accf754
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion lib/ast/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
(public_name NeML.Ast)
(libraries base)
(preprocess
(pps ppx_deriving.show)))
(pps ppx_deriving.show))
(instrumentation
(backend bisect_ppx)))
4 changes: 3 additions & 1 deletion lib/parse/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
(library
(name LParse)
(public_name NeML.Parse)
(libraries base angstrom LAst))
(libraries base angstrom LAst)
(instrumentation
(backend bisect_ppx)))

0 comments on commit accf754

Please sign in to comment.