hirosystems / clarinet

Write, test and deploy high-quality smart contracts to the Stacks blockchain and Bitcoin.
https://hiro.so/clarinet
GNU General Public License v3.0
290 stars 129 forks source link

fix: add options to enable or disable costs and coverage reports in sdk #1441

Closed hugocaillard closed 2 months ago

hugocaillard commented 2 months ago

Description

To be rebased on main and merged after #1437

The sdk was always tracking costs and coverage reports even when it wasn't enabled. By only enabling it when needed, we get better performance