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 785 forks source link

Coverage Report in VSTS not using external CSS #890

Open jrock2004 opened 6 years ago

jrock2004 commented 6 years ago

So looking at the following screenshot, the nice CSS formatting you guys do get lost in VSTS as it seems like VSTS rips them out. Any thoughts of adding a variable or something to inline those 2 CSS files? Thanks

image

kachkaev commented 5 years ago

@jrock2004 see a discussion in https://github.com/Microsoft/azure-pipelines-tasks/issues/3027. There's a comment to a gist with a workaround.

As a user of both istanbul and VSTS, I'd really like to have an option to inline CSS right away, without further patching.