guypursey / test-coverage-visualisation

This is proof-of-concept visualisation for test coverage as a metric for unit-tested projects.
0 stars 0 forks source link

Allow different view of data (by `totalLines`, for example, rather percentage covered) #7

Open guypursey opened 7 years ago

guypursey commented 7 years ago

Currently the visualisation is fixed on displaying each folder and file as a percentage-width bar of its test coverage by line. However, users may prefer to see a visualisation of the total lines relative to one another, so they can target smaller or larger files as they please. Within this, there would still need to be some proportional representation of coverage.