IntersectMBO / cardano-node-emulator

Apache License 2.0
3 stars 4 forks source link

PLT-8605: Code coverage support #8

Closed sjoerdvisscher closed 9 months ago

sjoerdvisscher commented 9 months ago

Pre-submit checklist:

sjoerdvisscher commented 9 months ago

Ah sorry no, the intention is to enable code coverage for plutus scripts.

To try it out do cabal repl cardano-node-emulator-test :l Plutus.Examples.EscrowSpec checkPropEscrowWithCoverage

Which, after a while, outputs an Escrow.html file.