dapphub / dapphub/dapptools

Feature request: Generate code coverage summary information similar to solidity-coverage

Open
#504 2 comments 14 reactions 0 assignees View on GitHub
Dominant language
Haskell
Stars
2.1k
Forks
320
PR merge metrics
No merged PRs in 30d

Description

At the moment `hevm dapp-test --coverage` outputs the source code files with some symbols in front of each line, which indicates if those lines were covered or not, or if they can't be covered. However, it does not give an indication of what percentage of instructions were covered or what the branch coverage is.

The percentages mentioned above, which some people find quite useful, are given by solidity-coverage in the form of a table (see attached image)
![image](https://user-images.githubusercontent.com/390345/92638921-5ec5c380-f2db-11ea-8924-dae749169f84.png)

If there are more people out there who would like to get that information from this tool, let's make it known to the team. Hopefully they will implement it when/if they find the time for it.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.