mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-05-22 08:25:42 +00:00
c1a6647f19
* agent: join connection when 1-time invitation short link is already secured * do not pass short link to join * delete short link record after connection
Running tests with coverage
- Uncomment coverage sections in cabal.project file.
- Add
-fhpcto ghc-options of simplexmq-test in simplexmq.cabal file. - Disable (
xit) test "should subscribe to multiple (200) subscriptions with batching", enable (commentskip) the next test instead. - Run
cabal test. - Open generated coverage report in the browser.