tweag / cooked-validators

MIT License
39 stars 11 forks source link

Tests with coverage #372

Closed florentc closed 4 months ago

florentc commented 4 months ago

This enables the coverage feature when running the test suite: it generates HTML files that recap graphically how much of each module is covered. It also adds annoying junk lines on the output. Therefore, we define a cabal wrapper in the flake to filter out these lines when testing.

This solves #283