hardhat-vscode icon indicating copy to clipboard operation
hardhat-vscode copied to clipboard

Add solidity-coverage support

Open kanej opened this issue 2 years ago • 1 comments
trafficstars

Investigate the vscode apis for displaying line by line coverage inline and use them to support solidity-coverage.

Solidity coverage is a hardhat extension. We should determine from config whether it is enabled for a project.

I am unsure when coverage calculation should be generated. Perhaps we monitor for changes in the output file? Or add a run coverage task if it is detected in hh config and then process its output.

kanej avatar Feb 06 '23 14:02 kanej

An example of and extension that provides coverage support inline is: https://marketplace.visualstudio.com/items?itemName=ryanluker.vscode-coverage-gutters

kanej avatar Feb 13 '23 10:02 kanej