polars-ocaml
polars-ocaml copied to clipboard
Add code coverage reporting
Closes https://github.com/mt-caret/polars-ocaml/issues/2.
Generated code coverage: https://mt-caret.github.io/polars-ocaml-kcov/kcov-merged/index.html
Taking a quick look at the coverage information, it's already quite useful. For example, I didn't realize that we don't really execute the Then
and ChainedThen
clauses in rust_expr_when_then
; probably worth adding a doctest.