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
307 stars 141 forks source link

Provide explanation on how to access cost and coverage file #1543

Open ECBSJ opened 3 months ago

ECBSJ commented 3 months ago

It's not obvious on where and how to access the lcov.info and costs-reports.json files after running npm run test:report in Clarinet.

This is what I would see currently after running the command:

image
hugocaillard commented 2 months ago

Related to #1167