midorishibukawa / advent-of-code_ml

moved to gitlab: https://gitlab.com/midorishibukawa/advent-of-code_ml
https://adventofcode.midori.shibukawa.io
GNU General Public License v3.0
0 stars 0 forks source link

add test coverage report #43

Open midorishibukawa opened 9 months ago

midorishibukawa commented 9 months ago

currently, tests are being run, but there's no coverage report at all. it would be nice to look at the coverage before I commit the test files, and later I want to have it analyzed on the github action workflow as well.

midorishibukawa commented 9 months ago

I'm trying to make bisect_ppx to work with ppx_inline_test, but the .coverage files are only generated when I run executable tests.

I suspect this might have something to do with opam-nix, but I'm not quite sure yet.

I've opened an issue on the bisect_ppx repository, hoping someone more familiar with it can help me figure out at least where the problem lies.