gotwarlost / istanbul

Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale.
Other
8.7k stars 786 forks source link

Make double quote usage consistent in HTML header #909

Open gandreadis opened 5 years ago

gandreadis commented 5 years ago

Currently, the fraction class attribute was used with single quotes, while the others use double quotes. I've converted it to double quotes, to at least have consistency between the header spans. Outside of this, there is still some inconcistency within the templates on attribute quoting, but I considered that to be a too intrusive change.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 97.523% when pulling 930c69a5469981fe74416af0d9b9daa68254632b on gandreadis:patch-1 into bc84c315271a5dd4d39bcefc5925cfb61a3d174a on gotwarlost:master.