samisagit / natskell

A NATS client library written in Haskell
MIT License
5 stars 0 forks source link

Fix coverage target #92

Closed samisagit closed 1 year ago

samisagit commented 1 year ago

Currently the only test suite that contributes to coverage is the system test suit. This is because the other suites also build the lib code (to test unexported modules). Wants thinking about since exporting modules aside from the API is probably a bad idea.