Files
simplexmq/tests
Evgeny @ SimpleX Chat 0bc3210cbf xftp CLI to support link
2026-02-16 23:25:58 +00:00
..
2026-01-28 22:52:33 +00:00
2026-02-10 23:49:27 +00:00
2026-02-16 23:25:58 +00:00
2026-02-02 17:41:25 +00:00
2026-02-16 23:25:58 +00:00

Running tests with coverage

  1. Uncomment coverage sections in cabal.project file.
  2. Add -fhpc to ghc-options of simplexmq-test in simplexmq.cabal file.
  3. Disable (xit) test "should subscribe to multiple (200) subscriptions with batching", enable (comment skip) the next test instead.
  4. Run cabal test.
  5. Open generated coverage report in the browser.