bisect_ppx icon indicating copy to clipboard operation
bisect_ppx copied to clipboard

The `--expect DIR` switch requires a trailing slash

Open Kakadu opened this issue 1 year ago • 0 comments

I was surprised that --expect switch requires a directory with slash to properly check that it is in report. Without a lash it complains. Maybe we can insert this trailing slash automatically? @aantron

✗ bisect-ppx-report html --coverage-path /tmp/zanudacov  --expect src 
Error: expected file 'src' is not included in the report
✗ bisect-ppx-report html --coverage-path /tmp/zanudacov  --expect src/
✗ # OK

Kakadu avatar Aug 16 '23 10:08 Kakadu