polars-ocaml icon indicating copy to clipboard operation
polars-ocaml copied to clipboard

Add code coverage reporting

Open mt-caret opened this issue 1 year ago • 2 comments

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.

mt-caret avatar Sep 17 '23 16:09 mt-caret