coverageShield

Create line coverage shield as svg

string
coverageShield
(
string percent
)

Examples

The line coverage shield should contain the percent

coverageShield("30").should.contain("30%");

Meta